Index: applications/product/webapp/catalog/FastLoadCache.ftl
===================================================================
--- applications/product/webapp/catalog/FastLoadCache.ftl	(revision 493251)
+++ applications/product/webapp/catalog/FastLoadCache.ftl	(working copy)
@@ -21,7 +21,7 @@
     </div>
     <div class="screenlet-body">
         <#list messageList as message>
-            <div class="tabletext">${message}</div>
+            <p>${message}</p>
         </#list>
     </div>
 </div>
Index: applications/product/webapp/catalog/catalog/FindProdCatalog.ftl
===================================================================
--- applications/product/webapp/catalog/catalog/FindProdCatalog.ftl	(revision 493251)
+++ applications/product/webapp/catalog/catalog/FindProdCatalog.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductProductCatalogsList}</div>
+<h1>${uiLabelMap.ProductProductCatalogsList}</h1>
 <div><a href="<@ofbizUrl>EditProdCatalog</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductCreateNewProdCatalog}]</a></div>
 <br/>
 <table border="1" cellpadding="2" cellspacing="0">
@@ -20,14 +20,14 @@
 <br/>
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductCatalogNameId}</b></div></td>    
-    <td><div class="tabletext"><b>${uiLabelMap.ProductUseQuickAdd}?</b></div></td>
-    <td><div class="tabletext">&nbsp;</div></td>
+    <td><p><b>${uiLabelMap.ProductCatalogNameId}</b></p></td>    
+    <td><p><b>${uiLabelMap.ProductUseQuickAdd}?</b></p></td>
+    <td><p>&nbsp;</p></td>
   </tr>
 <#list prodCatalogs as prodCatalog>
   <tr valign="middle">
-    <td><div class="tabletext">&nbsp;<a href="<@ofbizUrl>EditProdCatalog?prodCatalogId=${prodCatalog.prodCatalogId}</@ofbizUrl>" class="buttontext">${prodCatalog.catalogName} [${prodCatalog.prodCatalogId}]</a></div></td>   
-    <td><div class="tabletext">&nbsp;${prodCatalog.useQuickAdd?if_exists}</div></td>
+    <td><p>&nbsp;<a href="<@ofbizUrl>EditProdCatalog?prodCatalogId=${prodCatalog.prodCatalogId}</@ofbizUrl>" class="buttontext">${prodCatalog.catalogName} [${prodCatalog.prodCatalogId}]</a></p></td>   
+    <td><p>&nbsp;${prodCatalog.useQuickAdd?if_exists}</p></td>
     <td>
       <a href="<@ofbizUrl>EditProdCatalog?prodCatalogId=${prodCatalog.prodCatalogId}</@ofbizUrl>" class="buttontext">
       [${uiLabelMap.CommonEdit}]</a>
Index: applications/product/webapp/catalog/category/EditCategory.ftl
===================================================================
--- applications/product/webapp/catalog/category/EditCategory.ftl	(revision 493251)
+++ applications/product/webapp/catalog/category/EditCategory.ftl	(working copy)
@@ -41,7 +41,7 @@
     <form action="<@ofbizUrl>createProductCategory</@ofbizUrl>" method="post" style="margin: 0;" name="productCategoryForm">
     <table border="0" cellpadding="2" cellspacing="0">
     <tr>
-      <td align="right"><div class="tabletext">${uiLabelMap.ProductProductCategoryId}</div></td>
+      <td align="right"><p>${uiLabelMap.ProductProductCategoryId}</p></td>
       <td>&nbsp;</td>
       <td>
         <input type="text" name="productCategoryId" size="20" maxlength="40" value="${productCategoryId}" class="inputBox"/>
@@ -51,7 +51,7 @@
     <form action="<@ofbizUrl>createProductCategory</@ofbizUrl>" method="post" style="margin: 0;" name="productCategoryForm">
     <table border="0" cellpadding="2" cellspacing="0">
     <tr>
-      <td align="right"><div class="tabletext">${uiLabelMap.ProductProductCategoryId}</div></td>
+      <td align="right"><p>${uiLabelMap.ProductProductCategoryId}</p></td>
       <td>&nbsp;</td>
       <td>
         <input type="text" name="productCategoryId" size="20" maxlength="40" value="" class="inputBox"/>
@@ -63,7 +63,7 @@
   <input type="hidden" name="productCategoryId" value="${productCategoryId}"/>
   <table border="0" cellpadding="2" cellspacing="0">
   <tr>
-    <td align="right"><div class="tabletext">${uiLabelMap.ProductProductCategoryId}</div></td>
+    <td align="right"><p>${uiLabelMap.ProductProductCategoryId}</p></td>
     <td>&nbsp;</td>
     <td>
       <b>${productCategoryId}</b> (${uiLabelMap.ProductNotModificationRecrationCategory}.)
@@ -71,7 +71,7 @@
   </tr>
 </#if>
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductProductCategoryType}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductProductCategoryType}</p></td>
     <td>&nbsp;</td>
     <td width="74%">
       <select name="productCategoryTypeId" size="1" class="selectBox">
@@ -82,7 +82,7 @@
     </td>
   </tr>
    <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductName}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductName}</p></td>
     <td>&nbsp;</td>
     <td width="74%"><input type="text" <#if productCategory?has_content>value="${productCategory.categoryName?if_exists}"</#if> name="categoryName" size="60" maxlength="60" class="inputBox"/></td>
   </tr>
@@ -87,7 +87,7 @@
     <td width="74%"><input type="text" <#if productCategory?has_content>value="${productCategory.categoryName?if_exists}"</#if> name="categoryName" size="60" maxlength="60" class="inputBox"/></td>
   </tr>
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductDescription}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductDescription}</p></td>
     <td>&nbsp;</td>
     <td width="74%"><textarea class="textAreaBox" name="description" cols="60" rows="2"><#if productCategory?has_content>${(productCategory.description)?if_exists}</#if></textarea></td>
   </tr>
@@ -93,7 +93,7 @@
   </tr>
 <#--
   <tr>
-    <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.ProductLongDescription}</div></td>
+    <td width="26%" align="right" valign="top"><p>${uiLabelMap.ProductLongDescription}</p></td>
     <td>&nbsp;</td>
     <td width="74%"><textarea cols="60" rows="3" name="longDescription" maxlength="2000" class="textAreaBox"><#if productCategory?has_content>${productCategory.longDescription?if_exists}</#if></textarea></td>
   </tr>
@@ -100,7 +100,7 @@
 -->
         <tr>
             <td width="20%" align="right" valign="top">
-                <div class="tabletext">${uiLabelMap.ProductCategoryImageUrl}</div>
+                <p>${uiLabelMap.ProductCategoryImageUrl}</p>
                 <#if (productCategory.categoryImageUrl)?exists>
                     <a href="<@ofbizContentUrl>${(productCategory.categoryImageUrl)?if_exists}</@ofbizContentUrl>" target="_blank"><img alt="Category Image" src="<@ofbizContentUrl>${(productCategory.categoryImageUrl)?if_exists}</@ofbizContentUrl>" height="40" width="40"></a>
                 </#if>
@@ -120,7 +120,7 @@
         </tr>
         <tr>
             <td width="20%" align="right" valign="top">
-                <div class="tabletext">${uiLabelMap.ProductLinkOneImageUrl}</div>
+                <p>${uiLabelMap.ProductLinkOneImageUrl}</p>
                 <#if (productCategory.linkOneImageUrl)?exists>
                     <a href="<@ofbizContentUrl>${(productCategory.linkOneImageUrl)?if_exists}</@ofbizContentUrl>" target="_blank"><img alt="Link One Image" src="<@ofbizContentUrl>${(productCategory.linkOneImageUrl)?if_exists}</@ofbizContentUrl>" height="40" width="40"></a>
                 </#if>
@@ -140,7 +140,7 @@
         </tr>
         <tr>
             <td width="20%" align="right" valign="top">
-                <div class="tabletext">${uiLabelMap.ProductLinkTwoImageUrl}</div>
+                <p>${uiLabelMap.ProductLinkTwoImageUrl}</p>
                 <#if (productCategory.linkTwoImageUrl)?exists>
                     <a href="<@ofbizContentUrl>${(productCategory.linkTwoImageUrl)?if_exists}</@ofbizContentUrl>" target="_blank"><img alt="Link One Image" src="<@ofbizContentUrl>${(productCategory.linkTwoImageUrl)?if_exists}</@ofbizContentUrl>" height="40" width="40"></a>
                 </#if>
@@ -160,7 +160,7 @@
        </tr>
 
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductDetailScreen}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductDetailScreen}</p></td>
     <td>&nbsp;</td>
     <td width="74%">
         <input type="text" <#if productCategory?has_content>value="${productCategory.detailScreen?if_exists}"</#if> name="detailScreen" size="60" maxlength="250" class="inputBox"/>
@@ -169,7 +169,7 @@
   </tr>
 
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductPrimaryParentCategory}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductPrimaryParentCategory}</p></td>
     <td>&nbsp;</td>
     <td width="74%">
       <select name="primaryParentCategoryId" size="1" class="selectbox">
@@ -201,7 +201,7 @@
         eval(toExec);
         };
     </script>
-    <div class="head3">${uiLabelMap.CategoryUploadImage}</div>
+    <h3>${uiLabelMap.CategoryUploadImage}</h3>
     <form method="post" enctype="multipart/form-data" action="<@ofbizUrl>UploadCategoryImage?productCategoryId=${productCategoryId?if_exists}&amp;upload_file_type=category</@ofbizUrl>" name="imageUploadForm">
         <input type="file" class="inputBox" size="50" name="fname"/>
         <br/>
@@ -210,10 +210,10 @@
             <input class="radioButton" type="radio" name="upload_file_type_bogus" value="linkOne" onclick='setUploadUrl("<@ofbizUrl>UploadCategoryImage?productCategoryId=${productCategoryId}&amp;upload_file_type=linkOne</@ofbizUrl>");'/>${uiLabelMap.ProductLinkOneImageUrl}
             <input class="radioButton" type="radio" name="upload_file_type_bogus" value="linkTwo"onclick='setUploadUrl("<@ofbizUrl>UploadCategoryImage?productCategoryId=${productCategoryId}&amp;upload_file_type=linkTwo</@ofbizUrl>");'/>${uiLabelMap.ProductLinkTwoImageUrl}
         </span>
-        <input type="submit" class="smallSubmit" value="${uiLabelMap.ProductUploadImage}"/>
+        <input type="submit" value="${uiLabelMap.ProductUploadImage}"/>
     </form>
     <hr/>
-    <div class="head2">${uiLabelMap.ProductDuplicateProductCategory}</div>
+    <h2>${uiLabelMap.ProductDuplicateProductCategory}</h2>
     <form action="/catalog/control/DuplicateProductCategory" method="post" style="margin: 0;">
         <span class="tabletext">${uiLabelMap.ProductDuplicateProductCategorySelected}:</span>
         <input type=hidden name="oldProductCategoryId" value="${productCategoryId}"/>
@@ -218,9 +218,9 @@
         <span class="tabletext">${uiLabelMap.ProductDuplicateProductCategorySelected}:</span>
         <input type=hidden name="oldProductCategoryId" value="${productCategoryId}"/>
         <div>
-            <input type="text" class="inputBox" size="20" maxlength="20" name="productCategoryId"/>&nbsp;<input type=submit class="smallSubmit" value="${uiLabelMap.CommonGo}"/>
+            <input type="text" class="inputBox" size="20" maxlength="20" name="productCategoryId"/>&nbsp;<input type=submit value="${uiLabelMap.CommonGo}"/>
         </div>
-        <div class="tabletext">
+        <p>
             <b>${uiLabelMap.CommonDuplicate}:</b>
             ${uiLabelMap.ProductCategoryContent}&nbsp;<input type="checkbox" class="checkBox" name="duplicateContent" value="Y" checked />
             ${uiLabelMap.ProductCategoryRollupParentCategories}&nbsp;<input type="checkbox" class="checkBox" name="duplicateParentRollup" value="Y" checked />
@@ -230,6 +230,6 @@
             ${uiLabelMap.ProductFeatures}&nbsp;<input type="checkbox" class="checkBox" name="duplicateFeatures" value="Y" checked />
             ${uiLabelMap.PartyParties}&nbsp;<input type="checkbox" class="checkBox" name="duplicateRoles" value="Y" checked />
             ${uiLabelMap.ProductAttributes}&nbsp;<input type="checkbox" class="checkBox" name="duplicateAttributes" value="Y" checked />
-        </div>
+        </p>
     </form>
   </#if>
Index: applications/product/webapp/catalog/category/EditCategoryContent.ftl
===================================================================
--- applications/product/webapp/catalog/category/EditCategoryContent.ftl	(revision 493251)
+++ applications/product/webapp/catalog/category/EditCategoryContent.ftl	(working copy)
@@ -17,7 +17,7 @@
     
 <hr class="sepbar"/>
 
-<div class="head2">${uiLabelMap.ProductOverrideSimpleFields}</div>
+<h2>${uiLabelMap.ProductOverrideSimpleFields}</h2>
 <form action="<@ofbizUrl>updateCategoryContent</@ofbizUrl>" method="post" style="margin: 0;" name="categoryForm">
 <table border="0" cellpadding="2" cellspacing="0">
 <input type="hidden" name="productCategoryId" value="${productCategoryId?if_exists}">
@@ -22,7 +22,7 @@
 <table border="0" cellpadding="2" cellspacing="0">
 <input type="hidden" name="productCategoryId" value="${productCategoryId?if_exists}">
     <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductProductCategoryType}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductProductCategoryType}</p></td>
     <td>&nbsp;</td>
     <td width="74%">
       <select name="productCategoryTypeId" size="1" class="selectBox">
@@ -35,7 +35,7 @@
   </tr>    
         
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductDescription}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductDescription}</p></td>
     <td>&nbsp;</td>
     <td width="80%" colspan="4" valign="top">
         <textarea class="textAreaBox" name="description" cols="60" rows="2">${(productCategory.description)?if_exists}</textarea>
@@ -42,7 +42,7 @@
     </td>
   </tr>
   <tr>
-    <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.ProductLongDescription}</div></td>
+    <td width="26%" align="right" valign="top"><p>${uiLabelMap.ProductLongDescription}</p></td>
     <td>&nbsp;</td>
     <td width="80%" colspan="4" valign="top">
        <textarea class="textAreaBox" name="longDescription" cols="60" rows="7">${(productCategory.longDescription)?if_exists}</textarea>
@@ -49,7 +49,7 @@
     </td>
   </tr>
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductDetailScreen}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductDetailScreen}</p></td>
     <td>&nbsp;</td>
     <td width="74%">
         <input type="text" <#if productCategory?has_content>value="${productCategory.detailScreen?if_exists}"</#if> name="detailScreen" size="60" maxlength="250" class="inputBox">
Index: applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl
===================================================================
--- applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl	(revision 493251)
+++ applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl	(working copy)
@@ -19,10 +19,10 @@
     <#-- Feature Groups -->
     <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductFeatureGroup}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-        <td align="center"><div class="tabletext"><b>${uiLabelMap.CommonThruDateTime}</b></div></td>
-        <td><div class="tabletext"><b>&nbsp;</b></div></td>
+        <td><p><b>${uiLabelMap.ProductFeatureGroup}</b></p></td>
+        <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+        <td align="center"><p><b>${uiLabelMap.CommonThruDateTime}</b></p></td>
+        <td><p><b>&nbsp;</b></p></td>
     </tr>
     <#assign line = 0>
     <#list productFeatureCatGrpAppls as productFeatureCatGrpAppl>
@@ -55,7 +55,7 @@
     <form method="post" action="<@ofbizUrl>createProductFeatureCatGrpAppl</@ofbizUrl>" style="margin: 0;" name="addNewGroupForm">
     <input type="hidden" name="productCategoryId" value="${productCategoryId?if_exists}">
     
-    <div class="head2">${uiLabelMap.ProductApplyFeatureGroupFromCategory}:</div>
+    <h2>${uiLabelMap.ProductApplyFeatureGroupFromCategory}:</h2>
     <select name="productFeatureGroupId" class="selectBox">
     <#list productFeatureGroups as productFeatureGroup>
         <option value="${(productFeatureGroup.productFeatureGroupId)?if_exists}">${(productFeatureGroup.description)?if_exists} [${(productFeatureGroup.productFeatureGroupId)?if_exists}]</option>
@@ -71,10 +71,10 @@
     <#-- Feature Categories -->
     <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductFeatureCategory}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-        <td align="center"><div class="tabletext"><b>${uiLabelMap.CommonThruDateTime}</b></div></td>
-        <td><div class="tabletext"><b>&nbsp;</b></div></td>
+        <td><p><b>${uiLabelMap.ProductFeatureCategory}</b></p></td>
+        <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+        <td align="center"><p><b>${uiLabelMap.CommonThruDateTime}</b></p></td>
+        <td><p><b>&nbsp;</b></p></td>
     </tr>
     <#assign line = 0>
     <#list productFeatureCategoryAppls as productFeatureCategoryAppl>
@@ -107,7 +107,7 @@
     <form method="post" action="<@ofbizUrl>createProductFeatureCategoryAppl</@ofbizUrl>" style="margin: 0;" name="addNewCategoryForm">
     <input type="hidden" name="productCategoryId" value="${productCategoryId?if_exists}">
     
-    <div class="head2">${uiLabelMap.ProductApplyFeatureGroupToCategory}:</div>
+    <h2>${uiLabelMap.ProductApplyFeatureGroupToCategory}:</h2>
     <select name="productFeatureCategoryId" class="selectBox">
     <#list productFeatureCategories as productFeatureCategory>
         <option value="${(productFeatureCategory.productFeatureCategoryId)?if_exists}">${(productFeatureCategory.description)?if_exists} [${(productFeatureCategory.productFeatureCategoryId)?if_exists}]</option>
Index: applications/product/webapp/catalog/category/EditCategoryParties.ftl
===================================================================
--- applications/product/webapp/catalog/category/EditCategoryParties.ftl	(revision 493251)
+++ applications/product/webapp/catalog/category/EditCategoryParties.ftl	(working copy)
@@ -18,11 +18,11 @@
 <#if productCategoryId?exists && productCategory?exists>    
     <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.PartyPartyId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.PartyRole}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-    <td align="center"><div class="tabletext"><b>${uiLabelMap.CommonThruDateTime}</b></div></td>
-    <td><div class="tabletext"><b>&nbsp;</b></div></td>
+    <td><p><b>${uiLabelMap.PartyPartyId}</b></p></td>
+    <td><p><b>${uiLabelMap.PartyRole}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+    <td align="center"><p><b>${uiLabelMap.CommonThruDateTime}</b></p></td>
+    <td><p><b>&nbsp;</b></p></td>
     </tr>
     <#assign line = 0>
     <#list productCategoryRoles as productCategoryRole>
@@ -30,7 +30,7 @@
     <#assign curRoleType = productCategoryRole.getRelatedOneCache("RoleType")>
     <tr valign="middle">
     <td><a href="/partymgr/control/viewprofile?party_id=${(productCategoryRole.partyId)?if_exists}" target="_blank" class="buttontext">[${(productCategoryRole.partyId)?if_exists}]</a></td>
-    <td><div class="tabletext">${(curRoleType.get("description",locale))?if_exists}</div></td>
+    <td><p>${(curRoleType.get("description",locale))?if_exists}</p></td>
     <#assign hasntStarted = false>
     <#if (productCategoryRole.getTimestamp("fromDate"))?exists && Static["org.ofbiz.base.util.UtilDateTime"].nowTimestamp().before(productCategoryRole.getTimestamp("fromDate"))> <#assign hasntStarted = true></#if>
     <td><div class="tabletext"<#if hasntStarted> style="color: red;"</#if>>${(productCategoryRole.fromDate)?if_exists}</div></td>
@@ -58,7 +58,7 @@
     <form method="post" action="<@ofbizUrl>addPartyToCategory</@ofbizUrl>" style="margin: 0;" name="addNewForm">
     <input type="hidden" name="productCategoryId" value="${productCategoryId}">
     
-    <div class="head2">${uiLabelMap.ProductAssociatePartyToCategory}:</div>
+    <h2>${uiLabelMap.ProductAssociatePartyToCategory}:</h2>
     <br/>
     <input type="text" class="inputBox" size="20" maxlength="20" name="partyId" value="">
     <select name="roleTypeId" size="1" class="selectBox">
Index: applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl
===================================================================
--- applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl	(revision 493251)
+++ applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl	(working copy)
@@ -18,11 +18,11 @@
 <#if productCategoryId?exists && productCategory?exists>    
     <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductCatalogNameId}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.CommonType}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-        <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
-        <td><div class="tabletext"><b>&nbsp;</b></div></td>
+        <td><p><b>${uiLabelMap.ProductCatalogNameId}</b></p></td>
+        <td><p><b>${uiLabelMap.CommonType}</b></p></td>
+        <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+        <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequence}</b></p></td>
+        <td><p><b>&nbsp;</b></p></td>
     </tr>
     <#assign line = 0>
     <#list prodCatalogCategories as prodCatalogCategory>
@@ -32,7 +32,7 @@
     <tr valign="middle">
         <td><a href="<@ofbizUrl>EditProdCatalog?prodCatalogId=${(prodCatalogCategory.prodCatalogId)?if_exists}</@ofbizUrl>" class="buttontext"><#if prodCatalog?exists>${(prodCatalog.catalogName)?if_exists}</#if> [${(prodCatalogCategory.prodCatalogId)?if_exists}]</a></td>
         <td>
-            <div class="tabletext">${(curProdCatalogCategoryType.get("description",locale))?default(prodCatalogCategory.prodCatalogCategoryTypeId)}</div>
+            <p>${(curProdCatalogCategoryType.get("description",locale))?default(prodCatalogCategory.prodCatalogCategoryTypeId)}</p>
         </td>
         <#assign hasntStarted = false>
         <#if (prodCatalogCategory.getTimestamp("fromDate"))?exists && nowTimestamp.before(prodCatalogCategory.getTimestamp("fromDate"))> <#assign hasntStarted = true></#if>
@@ -74,7 +74,7 @@
     <form method="post" action="<@ofbizUrl>category_addProductCategoryToProdCatalog</@ofbizUrl>" style="margin: 0;" name="addNewForm">
     <input type="hidden" name="productCategoryId" value="${productCategoryId?if_exists}"/>
     
-    <div class="head2">${uiLabelMap.ProductAddCatalogProductCategory}:</div>
+    <h2>${uiLabelMap.ProductAddCatalogProductCategory}:</h2>
     <br/>
     <select name="prodCatalogId" class="selectBox">
     <#list prodCatalogs as prodCatalog>
Index: applications/product/webapp/catalog/category/EditCategoryProducts.ftl
===================================================================
--- applications/product/webapp/catalog/category/EditCategoryProducts.ftl	(revision 493251)
+++ applications/product/webapp/catalog/category/EditCategoryProducts.ftl	(working copy)
@@ -42,10 +42,10 @@
         
         <table border="1" cellpadding="2" cellspacing="0">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductProductNameId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-            <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequenceQuantity}<br/>${uiLabelMap.CommonComments}</b></div></td>
-            <td><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td><p><b>${uiLabelMap.ProductProductNameId}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+            <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequenceQuantity}<br/>${uiLabelMap.CommonComments}</b></p></td>
+            <td><p><b>&nbsp;</b></p></td>
         </tr>
         <#if (listSize > 0)>
           <form method="post" action="<@ofbizUrl>updateCategoryProductMember?VIEW_SIZE=${viewSize}&VIEW_INDEX=${viewIndex}</@ofbizUrl>" name="updateCategoryProductForm">
@@ -112,8 +112,8 @@
         <input type="hidden" name="productCategoryId" value="${productCategoryId?if_exists}">
         <input type="hidden" name="activeOnly" value="${activeOnly.toString()}">
         
-        <div class="head2">${uiLabelMap.ProductAddProductCategoryMember}:</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.ProductAddProductCategoryMember}:</h2>
+        <p>
             ${uiLabelMap.ProductProductId}: <input type="text" size="20" name="productId" class="inputBox">
             <a href="javascript:call_fieldlookup2(document.addProductCategoryMemberForm.productId, 'LookupProduct');"><img src="/content/images/fieldlookup.gif" width="16" height="16" border="0" alt="Lookup"></a>
             ${uiLabelMap.CommonFromDate}: <input type="text" size="22" name="fromDate" class="inputBox">
@@ -121,7 +121,7 @@
               <br/>
               ${uiLabelMap.CommonComments}: <textarea name="comments" rows="2" cols="40"></textarea>        
               <input type="submit" value="${uiLabelMap.CommonAdd}">
-        </div>
+        </p>
         </form>
         
         <br/>
@@ -129,8 +129,8 @@
         <input type="hidden" name="productCategoryId" value="${productCategoryId?if_exists}">
         <input type="hidden" name="activeOnly" value="${activeOnly.toString()}">
         
-        <div class="head2">${uiLabelMap.ProductCopyProductCategoryMembersToAnotherCategory}:</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.ProductCopyProductCategoryMembersToAnotherCategory}:</h2>
+        <p>
             ${uiLabelMap.ProductTargetProductCategory}:
             <select name="productCategoryIdTo" class="selectBox">
             <option value=""></option>
@@ -148,7 +148,7 @@
                 <option>${uiLabelMap.CommonY}</option>
             </select>
             <input type="submit" value="${uiLabelMap.CommonCopy}">
-        </div>
+        </p>
         </form>
         
         <br/>
@@ -156,12 +156,12 @@
         <input type="hidden" name="productCategoryId" value="${productCategoryId?if_exists}">
         <input type="hidden" name="activeOnly" value="${activeOnly.toString()}">
         
-        <div class="head2">${uiLabelMap.ProductExpireAllProductMembers}:</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.ProductExpireAllProductMembers}:</h2>
+        <p>
             ${uiLabelMap.ProductOptionalExpirationDate}: <input type="text" size="20" name="thruDate" class="inputBox">
             <a href="javascript:call_cal(document.expireAllCategoryProductMembersForm.thruDate, '${nowTimestamp?string}');"><img src="/images/cal.gif" width="16" height="16" border="0" alt="Calendar"></a>
             &nbsp;&nbsp;<input type="submit" value="${uiLabelMap.CommonExpireAll}">
-        </div>
+        </p>
         </form>
         <br/>
         <form method="post" action="<@ofbizUrl>removeExpiredCategoryProductMembers</@ofbizUrl>" style="margin: 0;" name="removeExpiredCategoryProductMembersForm">
@@ -168,11 +168,11 @@
         <input type="hidden" name="productCategoryId" value="${productCategoryId?if_exists}">
         <input type="hidden" name="activeOnly" value="${activeOnly.toString()}">
         
-        <div class="head2">${uiLabelMap.ProductRemoveExpiredProductMembers}:</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.ProductRemoveExpiredProductMembers}:</h2>
+        <p>
             ${uiLabelMap.ProductOptionalExpiredBeforeDate}: <input type="text" size="20" name="validDate" class="inputBox">
             <a href="javascript:call_cal(document.removeExpiredCategoryProductMembersForm.validDate, '${nowTimestamp?string}');"><img src="/images/cal.gif" width="16" height="16" border="0" alt="Calendar"></a>
             &nbsp;&nbsp;<input type="submit" value="${uiLabelMap.CommonRemoveExpired}">
-        </div>
+        </p>
         </form>
     </#if>
Index: applications/product/webapp/catalog/category/EditCategoryRollup.ftl
===================================================================
--- applications/product/webapp/catalog/category/EditCategoryRollup.ftl	(revision 493251)
+++ applications/product/webapp/catalog/category/EditCategoryRollup.ftl	(working copy)
@@ -20,10 +20,10 @@
 
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductParentCategoryId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonFromDate}</b></div></td>
-    <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
-    <td><div class="tabletext"><b>&nbsp;</b></div></td>
+    <td><p><b>${uiLabelMap.ProductParentCategoryId}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonFromDate}</b></p></td>
+    <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequence}</b></p></td>
+    <td><p><b>&nbsp;</b></p></td>
   </tr>
 <#if currentProductCategoryRollups.size() != 0>
   <form method="post" action="<@ofbizUrl>updateProductCategoryToCategory</@ofbizUrl>" name="updateProductCategoryForm">
@@ -63,7 +63,7 @@
 </#if>
 <#if currentProductCategoryRollups.size() == 0>
   <tr valign="middle">
-    <td colspan="5"><DIV class="tabletext">${uiLabelMap.ProductNoParentCategoriesFound}.</DIV></td>
+    <td colspan="5"><p>${uiLabelMap.ProductNoParentCategoriesFound}.</p></td>
   </tr>
 </#if>
 </table>
@@ -71,7 +71,7 @@
 <form method="post" action="<@ofbizUrl>addProductCategoryToCategory</@ofbizUrl>" style="margin: 0;" name="addParentForm">
   <input type="hidden" name="productCategoryId" value="${productCategoryId}">
   <input type="hidden" name="showProductCategoryId" value="${productCategoryId}">
-  <div class="tabletext">${uiLabelMap.CommonAddA} <b>${uiLabelMap.ProductParent}</b> ${uiLabelMap.ProductCategorySelectCategoryAndEnterFromDate}:</div>
+  <p>${uiLabelMap.CommonAddA} <b>${uiLabelMap.ProductParent}</b> ${uiLabelMap.ProductCategorySelectCategoryAndEnterFromDate}:</p>
     <select name="parentProductCategoryId" class="selectBox">
     <#list productCategoryCol as curCategory>
         <#if productCategoryId != curCategory.productCategoryId>
@@ -91,10 +91,10 @@
 
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductChildCategoryId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonFromDate}</b></div></td>
-    <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
-    <td><div class="tabletext"><b>&nbsp;</b></div></td>
+    <td><p><b>${uiLabelMap.ProductChildCategoryId}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonFromDate}</b></p></td>
+    <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequence}</b></p></td>
+    <td><p><b>&nbsp;</b></p></td>
   </tr>
 <#if parentProductCategoryRollups.size() != 0>
   <form method="post" action="<@ofbizUrl>updateProductCategoryToCategory</@ofbizUrl>" name="updateProductCategoryToCategoryChild">
@@ -135,7 +135,7 @@
 </#if>
 <#if parentProductCategoryRollups.size() == 0>
   <tr valign="middle">
-    <td colspan="5"><div class="tabletext">${uiLabelMap.ProductNoChildCategoriesFound}.</div></td>
+    <td colspan="5"><p>${uiLabelMap.ProductNoChildCategoriesFound}.</p></td>
   </tr>
 </#if>
 </table>
@@ -144,7 +144,7 @@
 <form method="post" action="<@ofbizUrl>addProductCategoryToCategory</@ofbizUrl>" style="margin: 0;" name="addChildForm">
   <input type="hidden" name="showProductCategoryId" value="${productCategoryId}">
   <input type="hidden" name="parentProductCategoryId" value="${productCategoryId}">
-  <div class="tabletext">${uiLabelMap.CommonAddA} <b>${uiLabelMap.ProductChild}</b> ${uiLabelMap.ProductCategorySelectCategoryAndEnterFromDate}:</div>
+  <p>${uiLabelMap.CommonAddA} <b>${uiLabelMap.ProductChild}</b> ${uiLabelMap.ProductCategorySelectCategoryAndEnterFromDate}:</p>
     <select name="productCategoryId" class="selectBox">
     <#list productCategoryCol as curCategory>
         <#if productCategoryId != curCategory.productCategoryId>
Index: applications/product/webapp/catalog/category/createProductInCategoryCheckExisting.ftl
===================================================================
--- applications/product/webapp/catalog/category/createProductInCategoryCheckExisting.ftl	(revision 493251)
+++ applications/product/webapp/catalog/category/createProductInCategoryCheckExisting.ftl	(working copy)
@@ -19,7 +19,7 @@
     <a href="<@ofbizUrl>EditCategory?productCategoryId=${productCategoryId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductBackToEditCategory}]</a>
 </#if>
 
-<div class="head1">
+<h1>
     ${uiLabelMap.ProductCheckingForExistingProductInCategory} <#if (productCategory.description)?has_content>"${productCategory.description}"</#if> [${uiLabelMap.CommonId}:${productCategoryId?if_exists}]
 
     <#if productFeatureAndTypeDatas?has_content>
@@ -31,7 +31,7 @@
             <#if productFeatureAndTypeData_has_next>,${uiLabelMap.CommonAnd} </#if>
         </#list>
     </#if>
-</div>
+</h1>
 
 <#if products?has_content>
     <table cellpadding="1" cellspacing="0" border="1">
@@ -42,8 +42,8 @@
         </tr>
     <#list products as product>
         <tr>
-            <td><div class="tabletext">${product.internalName?default("-no internal name-")} [${product.productId}]</div></td>
-            <td><div class="tabletext">${product.productName?default("-no name-")} [${product.productId}]</div></td>
+            <td><p>${product.internalName?default("-no internal name-")} [${product.productId}]</p></td>
+            <td><p>${product.productName?default("-no name-")} [${product.productId}]</p></td>
             <td width="10%"><a href="<@ofbizUrl>EditProduct?productId=${product.productId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductThisIsIt}]</a></td>
         </tr>
     </#list>
@@ -49,7 +49,7 @@
     </#list>
     </table>
 <#else>
-    <div class="head3">&nbsp;${uiLabelMap.ProductNoExistingProductsFound}.</div>
+    <h3>&nbsp;${uiLabelMap.ProductNoExistingProductsFound}.</h3>
 </#if>
 
 <br/>
@@ -64,10 +64,10 @@
             <input type="hidden" name="pft_${productFeatureType.productFeatureTypeId}" value="${productFeature.productFeatureId}"/>
             <tr>
                 <td width="15%">
-                    <div class="tabletext">${productFeatureType.description}</div>
+                    <p>${productFeatureType.description}</p>
                 </td>
                 <td>
-                    <div class="tabletext">
+                    <p>
                         ${productFeature.description}
                         <#if requestParameters["pftsel_" + productFeatureTypeId]?exists>
                             <input type="hidden" name="pftsel_${productFeatureTypeId}" value="Y"/>
@@ -76,7 +76,7 @@
                             <input type="hidden" name="pftsel_${productFeatureTypeId}" value="N"/>
                             [${uiLabelMap.ProductStandard}]
                         </#if>
-                    </div>
+                    </p>
                 </td>
             </tr>
         </#list>
@@ -81,38 +81,38 @@
             </tr>
         </#list>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductInternalName}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductInternalName}:</p></td>
             <td>
                 <input type="hidden" name="internalName" value="${requestParameters.internalName?if_exists}"/>
-                <div class="tabletext">&nbsp;${requestParameters.internalName?default("&nbsp;")}</div>
+                <p>&nbsp;${requestParameters.internalName?default("&nbsp;")}</p>
             </td>
         </tr>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductProductName}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductProductName}:</p></td>
             <td>
                 <input type="hidden" name="productName" value="${requestParameters.productName?if_exists}"/>
-                <div class="tabletext">&nbsp;${requestParameters.productName?default("&nbsp;")}</div>
+                <p>&nbsp;${requestParameters.productName?default("&nbsp;")}</p>
             </td>
         </tr>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductShortDescription}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductShortDescription}:</p></td>
             <td>
                 <input type="hidden" name="description" value="${requestParameters.description?if_exists}"/>
-                <div class="tabletext">&nbsp;${requestParameters.description?default("&nbsp;")}</div>
+                <p>&nbsp;${requestParameters.description?default("&nbsp;")}</p>
             </td>
         </tr>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductDefaultPrice}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductDefaultPrice}:</p></td>
             <td>
                 <input type="hidden" name="defaultPrice" value="${requestParameters.defaultPrice?if_exists}"/>
-                <div class="tabletext">&nbsp;${requestParameters.defaultPrice?default("&nbsp;")}</div>
+                <p>&nbsp;${requestParameters.defaultPrice?default("&nbsp;")}</p>
             </td>
         </tr>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductAverageCost}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductAverageCost}:</p></td>
             <td>
                 <input type="hidden" name="averageCost" value="${requestParameters.averageCost?if_exists}"/>
-                <div class="tabletext">&nbsp;${requestParameters.averageCost?default("&nbsp;")}</div>
+                <p>&nbsp;${requestParameters.averageCost?default("&nbsp;")}</p>
             </td>
         </tr>
         <tr>
@@ -117,10 +117,10 @@
         </tr>
         <tr>
             <td colspan="3">
-                <div class="tabletext">
+                <p>
                     ${uiLabelMap.ProductNewProductId}: <input type="text" name="productId" value="" class="inputBox"/>
                     <input type="submit" value="${uiLabelMap.ProductCreateNewProduct}" class="smallSubmit"/>
-                </div>
+                </p>
             </td>
         </tr>
     </table>
Index: applications/product/webapp/catalog/category/createProductInCategoryStart.ftl
===================================================================
--- applications/product/webapp/catalog/category/createProductInCategoryStart.ftl	(revision 493251)
+++ applications/product/webapp/catalog/category/createProductInCategoryStart.ftl	(working copy)
@@ -30,10 +30,10 @@
             <#assign productFeatures = productFeaturesByTypeMap[productFeatureTypeId]>
             <tr>
                 <td width="15%">
-                    <div class="tabletext">${productFeatureType.description}:</div>
+                    <p>${productFeatureType.description}:</p>
                 </td>
                 <td>
-                    <div class="tabletext">
+                    <p>
                         <select class="selectBox" name="pft_${productFeatureTypeId}">
                             <option value="">- ${uiLabelMap.CommonNone} -</option>
                             <#list productFeatures as productFeature>
@@ -41,7 +41,7 @@
                             </#list>
                         </select>
                         <input type="checkbox" name="pftsel_${productFeatureTypeId}"/>${uiLabelMap.ProductSelectable}
-                    </div>
+                    </p>
                 </td>
             </tr>
         </#list>
@@ -46,23 +46,23 @@
             </tr>
         </#list>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductInternalName}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductInternalName}:</p></td>
             <td><input type="text" name="internalName" size="30" maxlength="60" class="inputBox"/></td>
         </tr>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductProductName}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductProductName}:</p></td>
             <td><input type="text" name="productName" size="30" maxlength="60" class="inputBox"/></td>
         </tr>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductShortDescription}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductShortDescription}:</p></td>
             <td><input type="text" name="description" size="60" maxlength="250" class="inputBox"/></td>
         </tr>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductDefaultPrice}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductDefaultPrice}:</p></td>
             <td><input type="text" name="defaultPrice" size="8" class="inputBox"/></td>
         </tr>
         <tr>
-            <td width="15%"><div class="tabletext">${uiLabelMap.ProductAverageCost}:</div></td>
+            <td width="15%"><p>${uiLabelMap.ProductAverageCost}:</p></td>
             <td><input type="text" name="averageCost" size="8" class="inputBox"/></td>
         </tr>
         <tr>
Index: applications/product/webapp/catalog/config/EditProductConfigItemContent.ftl
===================================================================
--- applications/product/webapp/catalog/config/EditProductConfigItemContent.ftl	(revision 493251)
+++ applications/product/webapp/catalog/config/EditProductConfigItemContent.ftl	(working copy)
@@ -60,11 +60,11 @@
          </tr>
     </#list>
     </table>
-    <div class="head2">${uiLabelMap.ProductCreateNewProductConfigItemContent}</div>
+    <h2>${uiLabelMap.ProductCreateNewProductConfigItemContent}</h2>
     <#if configItemId?has_content && configItem?has_content>
         ${prepareAddProductContentWrapper.renderFormString(context)}
     </#if>
-    <div class="head2">${uiLabelMap.ProductAddContentProductConfigItem}</div>
+    <h2>${uiLabelMap.ProductAddContentProductConfigItem}</h2>
     <#if configItemId?has_content && configItem?has_content>
         ${addProductContentWrapper.renderFormString(context)}
     </#if>
@@ -71,7 +71,7 @@
 
     <hr class="sepbar"/>
     
-    <div class="head2">${uiLabelMap.ProductOverrideSimpleFields}</div>
+    <h2>${uiLabelMap.ProductOverrideSimpleFields}</h2>
     <form action="<@ofbizUrl>updateProductConfigItemContent</@ofbizUrl>" method="post" style="margin: 0;" name="productForm">
     <table border="0" cellpadding="2" cellspacing="0">
     <input type="hidden" name="configItemId" value="${configItemId?if_exists}">
@@ -76,7 +76,7 @@
     <table border="0" cellpadding="2" cellspacing="0">
     <input type="hidden" name="configItemId" value="${configItemId?if_exists}">
     <tr>
-        <td width="20%" align="right" valign="top"><div class="tabletext"><b>${uiLabelMap.CommonDescription}</b></div></td>
+        <td width="20%" align="right" valign="top"><p><b>${uiLabelMap.CommonDescription}</b></p></td>
         <td>&nbsp;</td>
         <td width="80%" colspan="4" valign="top">
             <textarea class="textAreaBox" name="description" cols="60" rows="2">${(configItem.description)?if_exists}</textarea>
@@ -83,7 +83,7 @@
         </td>
     </tr>
     <tr>
-        <td width="20%" align="right" valign="top"><div class="tabletext"><b>${uiLabelMap.ProductLongDescription}</b></div></td>
+        <td width="20%" align="right" valign="top"><p><b>${uiLabelMap.ProductLongDescription}</b></p></td>
         <td>&nbsp;</td>
         <td width="80%" colspan="4" valign="top">
             <textarea class="textAreaBox" name="longDescription" cols="60" rows="7">${(configItem.longDescription)?if_exists}</textarea>
@@ -91,7 +91,7 @@
     </tr>
     <tr>
         <td width="20%" align="right" valign="top">
-            <div class="tabletext"><b>${uiLabelMap.ProductSmallImage}</b></div>
+            <p><b>${uiLabelMap.ProductSmallImage}</b></p>
             <#if (configItem.imageUrl)?exists>
                 <a href="<@ofbizContentUrl>${configItem.imageUrl}</@ofbizContentUrl>" target="_blank"><img alt="Image" src="<@ofbizContentUrl>${configItem.imageUrl}</@ofbizContentUrl>" height="40" width="40"></a>
             </#if>
@@ -105,7 +105,7 @@
             <a href="javascript:insertImageName('small','${imageNameSmall}.jpg');" class="buttontext">[.jpg]</a>
             <a href="javascript:insertImageName('small','${imageNameSmall}.gif');" class="buttontext">[.gif]</a>
             <a href="javascript:insertImageName('small','');" class="buttontext">[${uiLabelMap.CommonClear}]</a>
-            </div>
+            </p>
         </#if>
         </td>
     </tr>
@@ -119,9 +119,9 @@
 
     <hr class="sepbar"/>
 
-    <div class="head3">${uiLabelMap.ProductUploadImage}</div>
+    <h3>${uiLabelMap.ProductUploadImage}</h3>
     <form method="post" enctype="multipart/form-data" action="<@ofbizUrl>UploadProductConfigItemImage?configItemId=${configItemId}&upload_file_type=small</@ofbizUrl>" name="imageUploadForm">
         <input type="file" class="inputBox" size="50" name="fname">
-        <input type="submit" class="smallSubmit" value="${uiLabelMap.ProductUploadImage}">
+        <input type="submit" value="${uiLabelMap.ProductUploadImage}">
     </form>
 </#if>
Index: applications/product/webapp/catalog/config/EditProductConfigOptions.ftl
===================================================================
--- applications/product/webapp/catalog/config/EditProductConfigOptions.ftl	(revision 493251)
+++ applications/product/webapp/catalog/config/EditProductConfigOptions.ftl	(working copy)
@@ -29,9 +29,9 @@
         <input type="hidden" name="configItemId" value="${question.configItemId}">
         <input type="hidden" name="configOptionId" value="${question.configOptionId}">
         <tr valign="middle">
-          <td><div class="tabletext">${question.configOptionId} - ${question.configOptionName?if_exists}</div></td>
+          <td><p>${question.configOptionId} - ${question.configOptionName?if_exists}</p></td>
           <td><input type="text" name="sequenceNum" size="3" class="textBox" value="${question.sequenceNum?if_exists}">
-          <td><div class="tabletext">${question.description?if_exists}</div></td>
+          <td><p>${question.description?if_exists}</p></td>
           <td><input type="submit" value="${uiLabelMap.CommonUpdate}">
           <td><a href="<@ofbizUrl>EditProductConfigOptions?configItemId=${requestParameters.configItemId}&configOptionId=${question.configOptionId}#edit</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a>
           <td><a href="<@ofbizUrl>deleteProductConfigOption?configItemId=${question.configItemId}&configOptionId=${question.configOptionId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonRemove}]</a>
@@ -46,10 +46,10 @@
   <#-- new question / category -->
 
     <#if configOptionId?has_content>
-      <div class="head2">${uiLabelMap.CommonEdit} ${uiLabelMap.ProductConfigOptions}:</div>
+      <h2>${uiLabelMap.CommonEdit} ${uiLabelMap.ProductConfigOptions}:</h2>
       <a href="<@ofbizUrl>EditProductConfigOptions?configItemId=${requestParameters.configItemId}#edit</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonNew} ${uiLabelMap.ProductConfigOptions}]</a>
     <#else>
-      <div class="head2">${uiLabelMap.CommonCreateNew} ${uiLabelMap.ProductConfigOptions}</div>
+      <h2>${uiLabelMap.CommonCreateNew} ${uiLabelMap.ProductConfigOptions}</h2>
     </#if>
     ${sections.render("CreateConfigOptionForm")}
 
@@ -56,7 +56,7 @@
   <#if (configOption?has_content)>
     <br/>
     <hr class="sepbar">
-    <div class="head1">${uiLabelMap.ProductComponents} - <span class="head2">${uiLabelMap.CommonId}: ${configOption.configOptionId?if_exists} - ${configOption.description?if_exists}</div>
+    <h1>${uiLabelMap.ProductComponents} - ${uiLabelMap.CommonId}: ${configOption.configOptionId?if_exists} - ${configOption.description?if_exists}</h1>
     <table border="1" cellpadding='2' cellspacing='0'>
       <tr>
         <td><div class="tableheadtext">${uiLabelMap.CommonSequenceNum}</div></td>
@@ -69,9 +69,9 @@
       <#list configProducts as component>
         <#assign product = component.getRelatedOne("ProductProduct")>
         <tr valign="middle">
-          <td><div class="tabletext">${component.sequenceNum?if_exists}</div></td>
-          <td><div class="tabletext">${component.productId?if_exists} - ${product.internalName?if_exists}</div></td>
-          <td><div class="tabletext">${component.quantity?if_exists}</div></td>
+          <td><p>${component.sequenceNum?if_exists}</p></td>
+          <td><p>${component.productId?if_exists} - ${product.internalName?if_exists}</p></td>
+          <td><p>${component.quantity?if_exists}</p></td>
           <td><a href="<@ofbizUrl>EditProductConfigOptions?configItemId=${requestParameters.configItemId}&configOptionId=${component.configOptionId}&productId=${component.productId}#edit</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a>
           <td><a href="<@ofbizUrl>deleteProductConfigProduct?configItemId=${requestParameters.configItemId}&configOptionId=${component.configOptionId}&productId=${component.productId}#edit</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonRemove}]</a>
         </tr>
@@ -79,9 +79,9 @@
     </table>
 
     <#if !productConfigProduct?has_content>
-      <div class="head2">${uiLabelMap.CommonAddA} ${uiLabelMap.ProductConfigs}:</div>
+      <h2>${uiLabelMap.CommonAddA} ${uiLabelMap.ProductConfigs}:</h2>
     <#else>
-      <div class="head2">${uiLabelMap.CommonEdit} ${uiLabelMap.ProductConfigs}:</div>
+      <h2>${uiLabelMap.CommonEdit} ${uiLabelMap.ProductConfigs}:</h2>
       <a href="<@ofbizUrl>EditProductConfigOptions?configItemId=${requestParameters.configItemId}&configOptionId=${productConfigProduct.configOptionId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonNew} ${uiLabelMap.ProductConfigs}]</a>
     </#if>
     ${sections.render("CreateConfigProductForm")}
Index: applications/product/webapp/catalog/config/FindProductConfigItems.ftl
===================================================================
--- applications/product/webapp/catalog/config/FindProductConfigItems.ftl	(revision 493251)
+++ applications/product/webapp/catalog/config/FindProductConfigItems.ftl	(working copy)
@@ -44,7 +44,7 @@
           </td>
         </tr>
       </table>
-      <div class="tabletext"><a href="<@ofbizUrl>EditProductConfigItem</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonCreateNew} ${uiLabelMap.ProductConfigItem}]</a></div>
+      <p><a href="<@ofbizUrl>EditProductConfigItem</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonCreateNew} ${uiLabelMap.ProductConfigItem}]</a></p>
       <br/>
       <table width="100%" border="0" cellspacing="0" cellpadding="2" class="boxbottom">
         <tr>
@@ -60,11 +60,11 @@
           <#assign rowClass = "viewManyTR2">
           <#list itemsList[lowIndex..highIndex-1] as item>
             <tr class="${rowClass}">
-              <td><div class="tabletext">${item.configItemId} - ${item.configItemName?default("")}</div></td>
-              <td><div class="tabletext">
+              <td><p>${item.configItemId} - ${item.configItemName?default("")}</p></td>
+              <td><p>
                 <#if item.configItemTypeId?if_exists == "SINGLE">${uiLabelMap.ProductSingleChoice}<#else>${uiLabelMap.ProductMultiChoice}</#if>
-              </div></td>
-              <td><div class="tabletext">${item.description?default("No Description")}</div></td>
+              </p></td>
+              <td><p>${item.description?default("No Description")}</p></td>
               <td align="right">
                 <a href="<@ofbizUrl>EditProductConfigItem?configItemId=${item.configItemId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonEdit}</a>
               </td>
@@ -78,7 +78,7 @@
           </#list>          
         <#else>
           <tr>
-            <td colspan="4"><div class="head3">${uiLabelMap.CommonNo} ${uiLabelMap.ProductConfigItems} ${uiLabelMap.CommonFound}.</div></td>
+            <td colspan="4"><h3>${uiLabelMap.CommonNo} ${uiLabelMap.ProductConfigItems} ${uiLabelMap.CommonFound}.</h3></td>
           </tr>        
         </#if>
       </table>
Index: applications/product/webapp/catalog/feature/BulkAddFeature.ftl
===================================================================
--- applications/product/webapp/catalog/feature/BulkAddFeature.ftl	(revision 493251)
+++ applications/product/webapp/catalog/feature/BulkAddFeature.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductAddProductFeatureInBulk} ${uiLabelMap.CommonFor} ${featureCategory.description}</div>
+<h1>${uiLabelMap.ProductAddProductFeatureInBulk} ${uiLabelMap.CommonFor} ${featureCategory.description}</h1>
 
 <table border="1" cellpadding='2' cellspacing='0'>
   <form method='POST' action='<@ofbizUrl>BulkAddProductFeatures</@ofbizUrl>' name="selectAllForm">
@@ -23,11 +23,11 @@
   <input type="hidden" name="_checkGlobalScope" value="N">
   <input type="hidden" name="productFeatureCategoryId" value="${productFeatureCategoryId}">
   <tr class='viewOneTR1'>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonDescription}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductFeatureType}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductIdSeqNum}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductIdCode}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:toggleAll(this, 'selectAllForm');"></div></td>
+    <td><p><b>${uiLabelMap.CommonDescription}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductFeatureType}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductIdSeqNum}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductIdCode}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:toggleAll(this, 'selectAllForm');"></p></td>
   </tr>
 <#list 0..featureNum-1 as feature>
   <tr valign="middle" class='viewOneTR1'>
Index: applications/product/webapp/catalog/feature/CreateFeatureCategory.ftl
===================================================================
--- applications/product/webapp/catalog/feature/CreateFeatureCategory.ftl	(revision 493251)
+++ applications/product/webapp/catalog/feature/CreateFeatureCategory.ftl	(working copy)
@@ -16,15 +16,15 @@
 -->
 
 <form method="post" action="<@ofbizUrl>/CreateFeatureCategory</@ofbizUrl>" style="margin: 0;">
-  <div class="head2">${uiLabelMap.ProductCreateAProductFeatureCategory}:</div>
+  <h2>${uiLabelMap.ProductCreateAProductFeatureCategory}:</h2>
   <br/>
   <table>
     <tr>
-      <td><div class="tabletext">${uiLabelMap.CommonDescription}:</div></td>
+      <td><p>${uiLabelMap.CommonDescription}:</p></td>
       <td><input type="text" class="inputBox" size="30" name="description" value=""></td>
     </tr>
     <tr>
-      <td><div class="tabletext">${uiLabelMap.ProductParentCategory}:</div></td>
+      <td><p>${uiLabelMap.ProductParentCategory}:</p></td>
       <td><select name="parentCategoryId" size="1" class="selectbox">
         <option value="">&nbsp;</option>
         <#list productFeatureCategories as productFeatureCategory>
Index: applications/product/webapp/catalog/feature/EditFeature.ftl
===================================================================
--- applications/product/webapp/catalog/feature/EditFeature.ftl	(revision 493251)
+++ applications/product/webapp/catalog/feature/EditFeature.ftl	(working copy)
@@ -16,7 +16,7 @@
 -->
 
 <hr/>
-<div class="head1">${uiLabelMap.ProductSupplierSpecificFeatureInformation}</div>
+<h1>${uiLabelMap.ProductSupplierSpecificFeatureInformation}</h1>
 <#if editSupplierFeaturesForm?has_content>
 ${editSupplierFeaturesForm.renderFormString()}
 </#if>
@@ -21,7 +21,7 @@
 ${editSupplierFeaturesForm.renderFormString()}
 </#if>
 <br/>
-<div class="head2">${uiLabelMap.ProductCreateInformationNewSupplier}</div>
+<h2>${uiLabelMap.ProductCreateInformationNewSupplier}</h2>
 <#if createSupplierFeatureForm?has_content>
 ${createSupplierFeatureForm.renderFormString()}
 </#if>
Index: applications/product/webapp/catalog/feature/EditFeatureCategories.ftl
===================================================================
--- applications/product/webapp/catalog/feature/EditFeatureCategories.ftl	(revision 493251)
+++ applications/product/webapp/catalog/feature/EditFeatureCategories.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductProductFeatureCategories}</div>
+<h1>${uiLabelMap.ProductProductFeatureCategories}</h1>
 
 <br/>
 
@@ -20,7 +20,7 @@
 <br/>
 
 <form method="post" action="<@ofbizUrl>EditFeature</@ofbizUrl>" style="margin: 0;">
-  <div class="head2">${uiLabelMap.ProductEditFeatureId} :</div>
+  <h2>${uiLabelMap.ProductEditFeatureId} :</h2>
   <input type="text" class="inputBox" size="12" name="productFeatureId" value=""/>
   <input type="submit" value="${uiLabelMap.CommonEdit}"/>
 </form>
@@ -29,11 +29,11 @@
 
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonDescription}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductParentCategory}</b></div></td>
-    <td><div class="tabletext">&nbsp;</div></td>
-    <td><div class="tabletext">&nbsp;</div></td>
+    <td><p><b>${uiLabelMap.CommonId}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonDescription}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductParentCategory}</b></p></td>
+    <td><p>&nbsp;</p></td>
+    <td><p>&nbsp;</p></td>
   </tr>
 
 
Index: applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl
===================================================================
--- applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl	(revision 493251)
+++ applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl	(working copy)
@@ -15,16 +15,16 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductEditFeaturesForFeatureCategory} "${(curProductFeatureCategory.description)?if_exists}"</div>
+<h1>${uiLabelMap.ProductEditFeaturesForFeatureCategory} "${(curProductFeatureCategory.description)?if_exists}"</h1>
 <a href="<@ofbizUrl>EditFeature?productFeatureCategoryId=${productFeatureCategoryId?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductCreateNewFeature}]</a>
 <br>
 <form action="<@ofbizUrl>QuickAddProductFeatures</@ofbizUrl>" method="post">
-  <div class="tabletext">
+  <p>
     ${uiLabelMap.CommonAdd}
     <input class="inputBox" name="featureNum" value="1" size="3">
     ${uiLabelMap.ProductAddFeatureToCategory}
-    <input class="smallSubmit" type="submit" value="${uiLabelMap.CommonCreate}">
-  </div>
+    <input type="submit" value="${uiLabelMap.CommonCreate}">
+  </p>
   <input type="hidden" name="productFeatureCategoryId" value="${productFeatureCategoryId}">
 </form>
 <br/>
@@ -57,17 +57,17 @@
     <input type="hidden" name="_checkGlobalScope" value="N">
     <input type="hidden" name="productFeatureCategoryId" value="${productFeatureCategoryId}">
   <tr class='viewOneTR1'>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonDescription}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductFeatureType}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductFeatureCategory}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductUnitOfMeasureId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductQuantity}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductAmount}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductIdSeqNum}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductIdCode}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductAbbrev}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:toggleAll(this, 'selectAllForm');"></div></td>
+    <td><p><b>${uiLabelMap.CommonId}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonDescription}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductFeatureType}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductFeatureCategory}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductUnitOfMeasureId}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductQuantity}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductAmount}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductIdSeqNum}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductIdCode}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductAbbrev}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:toggleAll(this, 'selectAllForm');"></p></td>
   </tr>
 <#if (listSize > 0)>
     <#assign rowCount = 0>
Index: applications/product/webapp/catalog/feature/EditFeatureGroups.ftl
===================================================================
--- applications/product/webapp/catalog/feature/EditFeatureGroups.ftl	(revision 493251)
+++ applications/product/webapp/catalog/feature/EditFeatureGroups.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductFeatureGroup}</div>
+<h1>${uiLabelMap.ProductFeatureGroup}</h1>
 
 <br/>
 <table border="1" cellpadding='2' cellspacing='0'>
@@ -20,10 +20,10 @@
 <br/>
 <table border="1" cellpadding='2' cellspacing='0'>
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonDescription}</b></div></td>
-    <td><div class="tabletext">&nbsp;</div></td>
-    <td><div class="tabletext">&nbsp;</div></td>
+    <td><p><b>${uiLabelMap.CommonId}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonDescription}</b></p></td>
+    <td><p>&nbsp;</p></td>
+    <td><p>&nbsp;</p></td>
   </tr>
 
   <#list productFeatureGroups as productFeatureGroup>
Index: applications/product/webapp/catalog/find/FindProductById.ftl
===================================================================
--- applications/product/webapp/catalog/find/FindProductById.ftl	(revision 493251)
+++ applications/product/webapp/catalog/find/FindProductById.ftl	(working copy)
@@ -22,7 +22,7 @@
     </div>
     <div class="screenlet-body">
         <form name="idsearchform" method="post" action="<@ofbizUrl>FindProductById</@ofbizUrl>" style="margin: 0;">
-          <div class="tabletext">${uiLabelMap.CommonId} ${uiLabelMap.CommonValue}: <input type="text" name="idValue" size="20" maxlength="50" value="${idValue?if_exists}">&nbsp;<a href="javascript:document.idsearchform.submit()" class="buttontext">${uiLabelMap.CommonFind}</a></div>
+          <p>${uiLabelMap.CommonId} ${uiLabelMap.CommonValue}: <input type="text" name="idValue" size="20" maxlength="50" value="${idValue?if_exists}">&nbsp;<a href="javascript:document.idsearchform.submit()" class="buttontext">${uiLabelMap.CommonFind}</a></p>
         </form>
     </div>
 </div>
@@ -28,7 +28,7 @@
 </div>
 
 
-<div class="head1">${uiLabelMap.ProductSearchResultsWithIdValue}: [${idValue?if_exists}]</div>
+<h1>${uiLabelMap.ProductSearchResultsWithIdValue}: [${idValue?if_exists}]</h1>
 
 
 <#if !goodIdentifications?has_content && !idProduct?has_content>
@@ -33,7 +33,7 @@
 
 <#if !goodIdentifications?has_content && !idProduct?has_content>
     <br/>
-    <div class="head2">&nbsp;${uiLabelMap.ProductNoResultsFound}.</div>
+    <h2>&nbsp;${uiLabelMap.ProductNoResultsFound}.</h2>
 <#else/>
   <table cellpadding="2">
     <#if idProduct?has_content>
@@ -38,7 +38,7 @@
   <table cellpadding="2">
     <#if idProduct?has_content>
         <td>
-          <div class="tabletext"><b>[${idProduct.productId}]</b></div>
+          <p><b>[${idProduct.productId}]</b></p>
         </td>
         <td>&nbsp;&nbsp;</td>
         <td>
@@ -51,7 +51,7 @@
         <#assign goodIdentificationType = goodIdentification.getRelatedOneCache("GoodIdentificationType")/>
         <tr>
             <td>
-                <div class="tabletext"><b>[${product.productId}]</b></div>
+                <p><b>[${product.productId}]</b></p>
             </td>
             <td>&nbsp;&nbsp;</td>
             <td>
Index: applications/product/webapp/catalog/find/advancedsearch.ftl
===================================================================
--- applications/product/webapp/catalog/find/advancedsearch.ftl	(revision 493251)
+++ applications/product/webapp/catalog/find/advancedsearch.ftl	(working copy)
@@ -14,7 +14,7 @@
 License for the specific language governing permissions and limitations
 under the License.
 -->
-<div class="head1">${uiLabelMap.ProductAdvancedSearchinCategory}</div>
+<h1>${uiLabelMap.ProductAdvancedSearchinCategory}</h1>
 <br/>
 <form name="advtokeywordsearchform" method="post" action="<@ofbizUrl>keywordsearch</@ofbizUrl>" style="margin: 0;">
   <input type="hidden" name="VIEW_SIZE" value="25"/>
@@ -23,14 +23,14 @@
         <input type="hidden" name="SEARCH_CATEGORY_ID" value="${searchCategoryId?if_exists}"/>
         <tr>
           <td align="right" valign="middle">
-            <div class="tabletext">${uiLabelMap.ProductCategory}:</div>
+            <p>${uiLabelMap.ProductCategory}:</p>
           </td>
           <td valign="middle">
-            <div class="tabletext">
+            <p>
               <b>"${(searchCategory.description)?if_exists}" [${(searchCategory.productCategoryId)?if_exists}]</b> ${uiLabelMap.ProductIncludeSubCategories}?
               ${uiLabelMap.CommonYes}<input type="radio" name="SEARCH_SUB_CATEGORIES" value="Y" checked/>
               ${uiLabelMap.CommonNo}<input type="radio" name="SEARCH_SUB_CATEGORIES" value="N"/>
-            </div>
+            </p>
           </td>
         </tr>
     <#else>
@@ -36,10 +36,10 @@
     <#else>
         <tr>
            <td align="right" valign="middle">
-             <div class="tabletext">${uiLabelMap.ProductCatalog}:</div>
+             <p>${uiLabelMap.ProductCatalog}:</p>
            </td>
            <td valign="middle">
-             <div class="tabletext">
+             <p>
                 <select class="selectBox" name="SEARCH_CATALOG_ID">
                   <option value="">- ${uiLabelMap.ProductAnyCatalog} -</option>
                   <#list prodCatalogs as prodCatalog>
@@ -50,7 +50,7 @@
                       <option value="${prodCatalog.prodCatalogId}">${displayDesc} [${prodCatalog.prodCatalogId}]</option>
                   </#list>
                 </select>
-             </div>
+             </p>
            </td>
         </tr>    
         <tr>
@@ -55,10 +55,10 @@
         </tr>    
         <tr>
           <td align="right" valign="middle">
-            <div class="tabletext">${uiLabelMap.ProductCategory}:</div>
+            <p>${uiLabelMap.ProductCategory}:</p>
           </td>
           <td valign="middle">
-            <div class="tabletext">
+            <p>
                 <select class="selectBox" name="SEARCH_CATEGORY_ID">
                     <option value="">- ${uiLabelMap.ProductAnyCategory} -</option>
                     <#list productCategories as productCategory>
@@ -72,7 +72,7 @@
               ${uiLabelMap.ProductIncludeSubCategories}?
               ${uiLabelMap.CommonYes}<input type="radio" name="SEARCH_SUB_CATEGORIES" value="Y" checked/>
               ${uiLabelMap.CommonNo}<input type="radio" name="SEARCH_SUB_CATEGORIES" value="N"/>
-            </div>
+            </p>
           </td>
         </tr>
     </#if>
@@ -78,14 +78,14 @@
     </#if>
     <tr>
       <td align="right" valign="middle">
-        <div class="tabletext">${uiLabelMap.ProductKeywords}:</div>
+        <p>${uiLabelMap.ProductKeywords}:</p>
       </td>
       <td valign="middle">
-        <div class="tabletext">
+        <p>
           <input type="text" class="inputBox" name="SEARCH_STRING" size="40" value="${requestParameters.SEARCH_STRING?if_exists}"/>&nbsp;
           ${uiLabelMap.CommonAny}<input type="radio" name="SEARCH_OPERATOR" value="OR" <#if searchOperator == "OR">checked</#if>/>
           ${uiLabelMap.CommonAll}<input type="radio" name="SEARCH_OPERATOR" value="AND" <#if searchOperator == "AND">checked</#if>/>
-        </div>
+        </p>
       </td>
     </tr>
     <tr>
@@ -90,14 +90,14 @@
     </tr>
     <tr>
       <td align="right" valign="middle">
-        <div class="tabletext">${uiLabelMap.ProductFeatures} ${uiLabelMap.CommonIds}:</div>
+        <p>${uiLabelMap.ProductFeatures} ${uiLabelMap.CommonIds}:</p>
       </td>
       <td valign="middle">
-        <div class="tabletext">
+        <p>
           <input type="text" class="inputBox" name="SEARCH_FEAT" size="15" value="${requestParameters.SEARCH_FEAT?if_exists}"/>&nbsp;
           <input type="text" class="inputBox" name="SEARCH_FEAT2" size="15" value="${requestParameters.SEARCH_FEAT?if_exists}"/>&nbsp;
           <input type="text" class="inputBox" name="SEARCH_FEAT3" size="15" value="${requestParameters.SEARCH_FEAT?if_exists}"/>&nbsp;
-        </div>
+        </p>
       </td>
     </tr>
     <#list productFeatureTypeIdsOrdered as productFeatureTypeId>
@@ -106,10 +106,10 @@
       <#assign productFeatures = productFeaturesByTypeMap[productFeatureTypeId]>
       <tr>
         <td align="right" valign="middle">
-          <div class="tabletext">${(productFeatureType.get("description",locale))?if_exists}:</div>
+          <p>${(productFeatureType.get("description",locale))?if_exists}:</p>
         </td>
         <td valign="middle">
-          <div class="tabletext">
+          <p>
             <select class="selectBox" name="pft_${productFeatureTypeId}">
               <option value="">- ${uiLabelMap.CommonSelectAny} -</option>
               <#list productFeatures as productFeature>
@@ -116,7 +116,7 @@
               <option value="${productFeature.productFeatureId}">${productFeature.description?default("${uiLabelMap.ProductNoDescription}")} [${productFeature.productFeatureId}]</option>
               </#list>
             </select>
-          </div>
+          </p>
         </td>
       </tr>
     </#list>
@@ -122,10 +122,10 @@
     </#list>
     <tr>
       <td align="right" valign="middle">
-        <div class="tabletext">${uiLabelMap.ProductSupplier}:</div>
+        <p>${uiLabelMap.ProductSupplier}:</p>
       </td>
       <td valign="middle">
-        <div class="tabletext">
+        <p>
           <select name="SEARCH_SUPPLIER_ID" class="selectBox">
             <option value="">- ${uiLabelMap.CommonSelectAny} -</option>
             <#list supplerPartyRoleAndPartyDetails as supplerPartyRoleAndPartyDetail>
@@ -132,7 +132,7 @@
               <option value="${supplerPartyRoleAndPartyDetail.partyId}">${supplerPartyRoleAndPartyDetail.groupName?if_exists} ${supplerPartyRoleAndPartyDetail.firstName?if_exists} ${supplerPartyRoleAndPartyDetail.lastName?if_exists} [${supplerPartyRoleAndPartyDetail.partyId}]</option>
             </#list>
           </select>
-        </div>
+        </p>
       </td>
     </tr>
     <tr>
@@ -137,10 +137,10 @@
     </tr>
     <tr>
       <td align="right" valign="middle">
-        <div class="tabletext">${uiLabelMap.CommonSortedBy}:</div>
+        <p>${uiLabelMap.CommonSortedBy}:</p>
       </td>
       <td valign="middle">
-        <div class="tabletext">
+        <p>
           <select name="sortOrder" class="selectBox">
             <option value="SortKeywordRelevancy">${uiLabelMap.ProductKeywordRelevency}</option>
             <option value="SortProductField:productName">${uiLabelMap.ProductProductName}</option>
@@ -156,7 +156,7 @@
           </select>
           ${uiLabelMap.ProductLowToHigh}<input type="radio" name="sortAscending" value="Y" checked/>
           ${uiLabelMap.ProductHighToLow}<input type="radio" name="sortAscending" value="N"/>
-        </div>
+        </p>
       </td>
     </tr>
     <#if searchConstraintStrings?has_content>
@@ -162,17 +162,17 @@
     <#if searchConstraintStrings?has_content>
       <tr>
         <td align="right" valign="top">
-          <div class="tabletext">${uiLabelMap.ProductLastSearch}</div>
+          <p>${uiLabelMap.ProductLastSearch}</p>
         </td>
         <td valign="top">
             <#list searchConstraintStrings as searchConstraintString>
-                <div class="tabletext">&nbsp;-&nbsp;${searchConstraintString}</div>
+                <p>&nbsp;-&nbsp;${searchConstraintString}</p>
             </#list>
-            <div class="tabletext">${uiLabelMap.CommonSortedBy}: ${searchSortOrderString}</div>
-            <div class="tabletext">
+            <p>${uiLabelMap.CommonSortedBy}: ${searchSortOrderString}</p>
+            <p>
               ${uiLabelMap.ProductNewSearch}<input type="radio" name="clearSearch" value="Y" checked/>
               ${uiLabelMap.ProductRefineSearch}<input type="radio" name="clearSearch" value="N"/>
-            </div>
+            </p>
         </td>
       </tr>
     </#if>
@@ -178,9 +178,9 @@
     </#if>
     <tr>
       <td>
-        <div class="tabletext">
+        <p>
           <a href="javascript:document.advtokeywordsearchform.submit()" class="buttontext">${uiLabelMap.CommonFind}</a>
-        </div>
+        </p>
       </td>
     </tr>
   </table>
Index: applications/product/webapp/catalog/find/keywordsearch.ftl
===================================================================
--- applications/product/webapp/catalog/find/keywordsearch.ftl	(revision 493251)
+++ applications/product/webapp/catalog/find/keywordsearch.ftl	(working copy)
@@ -15,15 +15,15 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductSearchProducts}, <span class="head2">${uiLabelMap.ProductSearchFor}:</span></div>
+<h1>${uiLabelMap.ProductSearchProducts}, ${uiLabelMap.ProductSearchFor}:</h1>
 <#list searchConstraintStrings as searchConstraintString>
-    <div class="tabletext">&nbsp;<a href="<@ofbizUrl>keywordsearch?removeConstraint=${searchConstraintString_index}&clearSearch=N</@ofbizUrl>" class="buttontext">[X]</a>&nbsp;${searchConstraintString}</div>
+    <p>&nbsp;<a href="<@ofbizUrl>keywordsearch?removeConstraint=${searchConstraintString_index}&clearSearch=N</@ofbizUrl>" class="buttontext">[X]</a>&nbsp;${searchConstraintString}</p>
 </#list>
-<div class="tabletext">${uiLabelMap.CommonSortedBy}: ${searchSortOrderString}</div>
-<div class="tabletext"><a href="<@ofbizUrl>advancedsearch?SEARCH_CATEGORY_ID=${(requestParameters.SEARCH_CATEGORY_ID)?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonRefine} ${uiLabelMap.CommonSearch}]</a></div>
+<p>${uiLabelMap.CommonSortedBy}: ${searchSortOrderString}</p>
+<p><a href="<@ofbizUrl>advancedsearch?SEARCH_CATEGORY_ID=${(requestParameters.SEARCH_CATEGORY_ID)?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonRefine} ${uiLabelMap.CommonSearch}]</a></p>
 
 <#if !productIds?has_content>
-  <br/><div class="head2">&nbsp;${uiLabelMap.ProductNoResultsFound}.</div>
+  <br/><h2>&nbsp;${uiLabelMap.ProductNoResultsFound}.</h2>
 </#if>
 
 <#if productIds?has_content>
@@ -102,7 +102,7 @@
 </table>
 
 <hr class="sepbar"/>
-<div class="tabletext"><b>${uiLabelMap.ProductNote}:</b> ${uiLabelMap.ProductNoteKeywordSearch}</div>
+<p><b>${uiLabelMap.ProductNote}:</b> ${uiLabelMap.ProductNoteKeywordSearch}</p>
 <hr class="sepbar"/>
 
 ${screens.render("component://product/widget/catalog/ProductScreens.xml#CreateVirtualWithVariantsFormInclude")}
@@ -109,7 +109,7 @@
 
 <hr class="sepbar"/>
 
-<div class="tabletext">
+<p>
 <form method="post" action="<@ofbizUrl>searchRemoveFromCategory</@ofbizUrl>"
   <b>${uiLabelMap.ProductRemoveResultsFrom} </b> ${uiLabelMap.ProductCategory}:
     <select class="selectBox" name="SE_SEARCH_CATEGORY_ID">
@@ -125,11 +125,11 @@
   <input type="hidden" name="clearSearch" value="N">
   <input type="submit" value="${uiLabelMap.CommonRemove}" class="smallSubmit"><br/>
 </form>
-</div>
+</p>
 
 <hr class="sepbar"/>
 
-<div class="tabletext">
+<p>
 <form method="post" action="<@ofbizUrl>searchExpireFromCategory</@ofbizUrl>" name="searchExpireFromCategory">
   <b>${uiLabelMap.ProductExpireResultsFrom} </b> ${uiLabelMap.ProductCategory}:
     <select class="selectBox" name="SE_SEARCH_CATEGORY_ID">
@@ -146,11 +146,11 @@
   <input type="hidden" name="clearSearch" value="N">
   <input type="submit" value="${uiLabelMap.CommonExpire}" class="smallSubmit"><br/>
 </form>
-</div>
+</p>
 
 <hr class="sepbar"/>
 
-<div class="tabletext">
+<p>
 <form method="post" action="<@ofbizUrl>searchAddToCategory</@ofbizUrl>" name="searchAddToCategory">
   <b>${uiLabelMap.ProductAddResultsTo} </b> ${uiLabelMap.ProductCategory}:
     <select class="selectBox" name="SE_SEARCH_CATEGORY_ID">
@@ -166,11 +166,11 @@
   <input type="hidden" name="clearSearch" value="N">
   <input type="submit" value="${uiLabelMap.ProductAddToCategory}" class="smallSubmit"><br/>
 </form>
-</div>
+</p>
 
 <hr class="sepbar"/>
 
-<div class="tabletext">
+<p>
 <form method="post" action="<@ofbizUrl>searchAddFeature</@ofbizUrl>" name="searchAddFeature">
   <b>${uiLabelMap.ProductAddFeatureToResults}:</b><br/>
   ${uiLabelMap.ProductFeatureId}<input type="text" size="10" name="productFeatureId" value="" class="inputBox">
@@ -193,11 +193,11 @@
   <input type="hidden" name="clearSearch" value="N">
   <input type="submit" value="${uiLabelMap.ProductAddFeature}" class="smallSubmit"><br/>
 </form>
-</div>
+</p>
 
 <hr class="sepbar"/>
 
-<div class="tabletext">
+<p>
 <form method="post" action="<@ofbizUrl>searchRemoveFeature</@ofbizUrl>" name="searchRemoveFeature">
   <b>${uiLabelMap.ProductRemoveFeatureFromResults}:</b><br/>
   ${uiLabelMap.ProductFeatureId}<input type="text" size="10" name="productFeatureId" value="" class="inputBox">
@@ -204,5 +204,5 @@
   <input type="hidden" name="clearSearch" value="N">
   <input type="submit" value="${uiLabelMap.ProductRemoveFeature}" class="smallSubmit"><br/>
 </form>
-</div>
+</p>
 </#if>
Index: applications/product/webapp/catalog/find/keywordsearchbox.ftl
===================================================================
--- applications/product/webapp/catalog/find/keywordsearchbox.ftl	(revision 493251)
+++ applications/product/webapp/catalog/find/keywordsearchbox.ftl	(working copy)
@@ -44,11 +44,11 @@
     <div class="screenlet-body">
         <div>
             <form name="keywordsearchform" method="post" action="<@ofbizUrl>keywordsearch?VIEW_SIZE=25</@ofbizUrl>" style="margin: 0;">
-              <div class="tabletext">${uiLabelMap.ProductKeywords}: <input type="text" class="inputBox" name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/></div>
-              <div class="tabletext">
+              <p>${uiLabelMap.ProductKeywords}: <input type="text" class="inputBox" name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/></p>
+              <p>
                 ${uiLabelMap.ProductCategoryId}: <input type="text" class="inputBox" name="SEARCH_CATEGORY_ID" size="20" maxlength="20" value="${requestParameters.SEARCH_CATEGORY_ID?if_exists}"/>
-              </div>
-              <div class="tabletext">
+              </p>
+              <p>
                 ${uiLabelMap.CommonNoContains}<input type="checkbox" name="SEARCH_CONTAINS" value="N" <#if requestParameters.SEARCH_CONTAINS?if_exists == "N">checked="checked"</#if>/>
                 ${uiLabelMap.CommonAny}<input type="radio" name="SEARCH_OPERATOR" value="OR" <#if requestParameters.SEARCH_OPERATOR?if_exists != "AND">checked="checked"</#if>/>
                 ${uiLabelMap.CommonAll}<input type="radio" name="SEARCH_OPERATOR" value="AND" <#if requestParameters.SEARCH_OPERATOR?if_exists == "AND">checked="checked"</#if>/>
@@ -53,7 +53,7 @@
                 ${uiLabelMap.CommonAny}<input type="radio" name="SEARCH_OPERATOR" value="OR" <#if requestParameters.SEARCH_OPERATOR?if_exists != "AND">checked="checked"</#if>/>
                 ${uiLabelMap.CommonAll}<input type="radio" name="SEARCH_OPERATOR" value="AND" <#if requestParameters.SEARCH_OPERATOR?if_exists == "AND">checked="checked"</#if>/>
                 &nbsp;<a href="javascript:document.keywordsearchform.submit()" class="buttontext">${uiLabelMap.CommonFind}</a>
-              </div>
+              </p>
             </form>
         </div>
         <div>
@@ -58,12 +58,12 @@
         </div>
         <div>
             <form name="advancedsearchform" method="post" action="<@ofbizUrl>advancedsearch</@ofbizUrl>" style="margin: 0;">
-              <div class="tabletext">
+              <p>
                 ${uiLabelMap.ProductCategoryId}: <input type="text" class="inputBox" name="SEARCH_CATEGORY_ID" size="20" maxlength="20" value="${requestParameters.SEARCH_CATEGORY_ID?if_exists}"/>
-              </div>
-              <div class="tabletext">
+              </p>
+              <p>
                 <a href="javascript:document.advancedsearchform.submit()" class="buttontext">${uiLabelMap.ProductAdvancedSearch}</a>
-              </div>
+              </p>
                 <select class="selectBox" name="DUMMYCAT" onchange="changeCategory()" style="width: 200px;">
                     <option value="">-${uiLabelMap.ProductSelectCategory}-</option>
                     <#list productCategories as productCategory>
Index: applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl
===================================================================
--- applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl	(revision 493251)
+++ applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl	(working copy)
@@ -18,7 +18,7 @@
 <#if (requestAttributes.uiLabelMap)?exists><#assign uiLabelMap = requestAttributes.uiLabelMap></#if>
     
 <br/>
-<div class="tabletext">[${product.productId}] ${product.internalName}</div>
+<p>[${product.productId}] ${product.internalName}</p>
 <br/>
 <#if searchFeatures?has_content>
     <table border="1" cellpadding="2" cellspacing="0">
@@ -26,8 +26,8 @@
         <input type="hidden" name="productId" value="${product.productId}">
         <#list searchFeatures as searchFeature>
             <tr>
-                <td><div class="tabletext"><b>${searchFeature.featureType}</b></div></td>
-                <td><div class="tabletext">
+                <td><p><b>${searchFeature.featureType}</b></p></td>
+                <td><p>
                     <select name="${searchFeature.featureType}" class="selectBox">
                     <#assign features = searchFeature.features>
                     <option value=""></option>
@@ -39,7 +39,7 @@
                         </#if>
                     </#list>
                     </select>
-                    </div>
+                    </p>
                 </td>
             </tr>
         </#list>
@@ -57,8 +57,8 @@
     <table border="1" cellpadding="2" cellspacing="0">
         <tr>
             <th>&nbsp;</th>
-            <th><div class="tabletext">${uiLabelMap.ProductBrandName}</div></th>
-            <th><div class="tabletext">${uiLabelMap.ProductInternalName}</div></th>
+            <th><p>${uiLabelMap.ProductBrandName}</p></th>
+            <th><p>${uiLabelMap.ProductInternalName}</p></th>
         </tr>
         <#list variantProducts as variant>
             <tr>
@@ -63,8 +63,8 @@
         <#list variantProducts as variant>
             <tr>
                 <td><a class="buttontext" href="javascript:set_value('${variant.productId}')">${variant.productId}</a></td>
-                <td><div class="tabletext">${variant.brandName?if_exists}</div></td>
-                <td><div class="tabletext">${variant.internalName?if_exists}</div></td>
+                <td><p>${variant.brandName?if_exists}</p></td>
+                <td><p>${variant.internalName?if_exists}</p></td>
             </tr>
         </#list>
     </table>
Index: applications/product/webapp/catalog/main.ftl
===================================================================
--- applications/product/webapp/catalog/main.ftl	(revision 493251)
+++ applications/product/webapp/catalog/main.ftl	(working copy)
@@ -25,7 +25,7 @@
         </#if>
         <br/>
         <#if security.hasEntityPermission("CATALOG", "_VIEW", session)>
-          <div class="tabletext"> ${uiLabelMap.ProductEditCatalogWithCatalogId}:</div>
+          <p> ${uiLabelMap.ProductEditCatalogWithCatalogId}:</p>
           <form method="post" action="<@ofbizUrl>EditProdCatalog</@ofbizUrl>" style="margin: 0;">
             <input type="text" size="20" maxlength="20" name="prodCatalogId" class="inputBox" value=""/>
             <input type="submit" value=" ${uiLabelMap.ProductEditCatalog}" class="smallSubmit"/>
@@ -30,9 +30,9 @@
             <input type="text" size="20" maxlength="20" name="prodCatalogId" class="inputBox" value=""/>
             <input type="submit" value=" ${uiLabelMap.ProductEditCatalog}" class="smallSubmit"/>
           </form>
-          <div class="tabletext"> ${uiLabelMap.CommonOr}: <a href="<@ofbizUrl>EditProdCatalog</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductCreateNewCatalog}</a></div>
+          <p> ${uiLabelMap.CommonOr}: <a href="<@ofbizUrl>EditProdCatalog</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductCreateNewCatalog}</a></p>
         <br/>            
-          <div class="tabletext"> ${uiLabelMap.ProductEditCategoryWithCategoryId}:</div>
+          <p> ${uiLabelMap.ProductEditCategoryWithCategoryId}:</p>
           <form method="post" action="<@ofbizUrl>EditCategory</@ofbizUrl>" style="margin: 0;">
             <input type="text" size="20" maxlength="20" name="productCategoryId" class="inputBox" value=""/>
             <input type="submit" value="${uiLabelMap.ProductEditCategory}" class="smallSubmit"/>
@@ -37,9 +37,9 @@
             <input type="text" size="20" maxlength="20" name="productCategoryId" class="inputBox" value=""/>
             <input type="submit" value="${uiLabelMap.ProductEditCategory}" class="smallSubmit"/>
           </form>
-          <div class="tabletext"> ${uiLabelMap.CommonOr}: <a href="<@ofbizUrl>EditCategory</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductCreateNewCategory}</a></div>
+          <p> ${uiLabelMap.CommonOr}: <a href="<@ofbizUrl>EditCategory</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductCreateNewCategory}</a></p>
         <br/>
-          <div class="tabletext"> ${uiLabelMap.ProductEditProductWithProductId}:</div>
+          <p> ${uiLabelMap.ProductEditProductWithProductId}:</p>
           <form method="post" action="<@ofbizUrl>EditProduct</@ofbizUrl>" style="margin: 0;">
             <input type="text" size="20" maxlength="20" name="productId" class="inputBox" value=""/>
             <input type="submit" value=" ${uiLabelMap.ProductEditProduct}" class="smallSubmit"/>
@@ -44,10 +44,10 @@
             <input type="text" size="20" maxlength="20" name="productId" class="inputBox" value=""/>
             <input type="submit" value=" ${uiLabelMap.ProductEditProduct}" class="smallSubmit"/>
           </form>
-          <div class="tabletext"> ${uiLabelMap.CommonOr}: <a href="<@ofbizUrl>EditProduct</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductCreateNewProduct}</a></div>
-          <div class="tabletext"> ${uiLabelMap.CommonOr}: <a href="<@ofbizUrl>CreateVirtualWithVariantsForm</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductQuickCreateVirtualFromVariants}</a></div>
+          <p> ${uiLabelMap.CommonOr}: <a href="<@ofbizUrl>EditProduct</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductCreateNewProduct}</a></p>
+          <p> ${uiLabelMap.CommonOr}: <a href="<@ofbizUrl>CreateVirtualWithVariantsForm</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductQuickCreateVirtualFromVariants}</a></p>
         <br/>
-          <div class="tabletext"> ${uiLabelMap.ProductFindProductWithIdValue}:</div>
+          <p> ${uiLabelMap.ProductFindProductWithIdValue}:</p>
           <form method="post" action="<@ofbizUrl>FindProductById</@ofbizUrl>" style="margin: 0;">
             <input type="text" size="20" maxlength="20" name="idValue" class="inputBox" value=""/>
             <input type="submit" value=" ${uiLabelMap.ProductFindProduct}" class="smallSubmit"/>
@@ -58,6 +58,6 @@
         <div><a href="<@ofbizUrl>FastLoadCache</@ofbizUrl>" class="buttontext"> ${uiLabelMap.ProductFastLoadCatalogIntoCache}</a></div>
         <br/>
         </#if>
-        <div class="tabletext"> ${uiLabelMap.ProductCatalogManagerIsFor}.</div>
+        <p> ${uiLabelMap.ProductCatalogManagerIsFor}.</p>
     </div>
 </div>
Index: applications/product/webapp/catalog/price/EditProductPriceRules.ftl
===================================================================
--- applications/product/webapp/catalog/price/EditProductPriceRules.ftl	(revision 493251)
+++ applications/product/webapp/catalog/price/EditProductPriceRules.ftl	(working copy)
@@ -14,7 +14,7 @@
 License for the specific language governing permissions and limitations
 under the License.
 -->
-<div class="head1">${uiLabelMap.ProductGlobalPriceRule}</div>
+<h1>${uiLabelMap.ProductGlobalPriceRule}</h1>
 <a href="<@ofbizUrl>FindProductPriceRules</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductFindRule}]</a>
 
 <br/>
@@ -21,9 +21,9 @@
 
 <table border="1" width="100%" cellpadding="2" cellspacing="0">
   <tr>
-    <td width="10%"><div class="tabletext"><b>${uiLabelMap.ProductRuleId}</b></div></td>
-    <td width="80%"><div class="tabletext"><b>${uiLabelMap.ProductRuleNameFromDateThruDate}</b></div></td>
-    <td width="10%"><div class="tabletext"><b>&nbsp;</b></div></td>
+    <td width="10%"><p><b>${uiLabelMap.ProductRuleId}</b></p></td>
+    <td width="80%"><p><b>${uiLabelMap.ProductRuleNameFromDateThruDate}</b></p></td>
+    <td width="10%"><p><b>&nbsp;</b></p></td>
   </tr>
 
 <#if productPriceRule?exists>
@@ -30,7 +30,7 @@
   <#assign productPriceConds = productPriceRule.getRelated("ProductPriceCond")>
   <#assign productPriceActions = productPriceRule.getRelated("ProductPriceAction")>
   <tr valign="middle">
-    <td><div class="tabletext"><b>${productPriceRule.productPriceRuleId}</b></div></td>
+    <td><p><b>${productPriceRule.productPriceRuleId}</b></p></td>
     <td align="left">
         <FORM method="post" action="<@ofbizUrl>updateProductPriceRule</@ofbizUrl>" name="updateProductPriceRule">
             <input type="hidden" name="productPriceRuleId" value="${productPriceRule.productPriceRuleId}">
@@ -55,13 +55,13 @@
     </td>
   </tr>
   <tr valign="top">
-    <td align="right"><div class="tabletext">${uiLabelMap.ProductConditions}:</div></td>
+    <td align="right"><p>${uiLabelMap.ProductConditions}:</p></td>
     <td align="left" colspan="2">
         <table border="1" width="100%" cellpadding="2" cellspacing="0">
           <tr>
-            <td width="5%"><div class="tabletext"><b>${uiLabelMap.ProductSeqId}</b></div></td>
-            <td width="85%"><div class="tabletext"><b>${uiLabelMap.ProductInputOperatorValue}</b></div></td>
-            <td width="10%"><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td width="5%"><p><b>${uiLabelMap.ProductSeqId}</b></p></td>
+            <td width="85%"><p><b>${uiLabelMap.ProductInputOperatorValue}</b></p></td>
+            <td width="10%"><p><b>&nbsp;</b></p></td>
           </tr>
           <#assign maxCondSeqId = 1>
           <#list productPriceConds as productPriceCond>
@@ -69,7 +69,7 @@
                 <#-- if cur seq id is a number and is greater than max, set new max for input box prefill below -->
                 <#assign curCondSeqId = productPriceCond.productPriceCondSeqId?number>
                 <#if (curCondSeqId >= maxCondSeqId)><#assign maxCondSeqId = curCondSeqId + 1></#if>
-                <td><div class="tabletext"><b>${productPriceCond.productPriceCondSeqId}</b></div></td>
+                <td><p><b>${productPriceCond.productPriceCondSeqId}</b></p></td>
                 <td align="left">
                     <FORM method="post" action="<@ofbizUrl>updateProductPriceCond</@ofbizUrl>">
                         <input type="hidden" name="productPriceRuleId" value="${productPriceCond.productPriceRuleId}"/>
@@ -132,13 +132,13 @@
     </td>
   </tr>
   <tr valign="top">
-    <td align="right"><div class="tabletext">${uiLabelMap.ProductActions}:</div></td>
+    <td align="right"><p>${uiLabelMap.ProductActions}:</p></td>
     <td align="left" colspan="2">
         <table border="1" width="100%" cellpadding="2" cellspacing="0">
           <tr>
-            <td width="5%"><div class="tabletext"><b>${uiLabelMap.ProductSeqId}</b></div></td>
-            <td width="85%"><div class="tabletext"><b>${uiLabelMap.ProductActionTypeAmount}</b></div></td>
-            <td width="10%"><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td width="5%"><p><b>${uiLabelMap.ProductSeqId}</b></p></td>
+            <td width="85%"><p><b>${uiLabelMap.ProductActionTypeAmount}</b></p></td>
+            <td width="10%"><p><b>&nbsp;</b></p></td>
           </tr>
           <#assign maxActionSeqId = 1>
           <#list productPriceActions as productPriceAction>
@@ -146,7 +146,7 @@
                 <#-- if cur seq id is a number and is greater than max, set new max for input box prefill below -->
                 <#assign curActionSeqId = productPriceAction.productPriceActionSeqId?number>
                 <#if (curActionSeqId >= maxActionSeqId)><#assign maxActionSeqId = curActionSeqId + 1></#if>
-                <td><div class="tabletext"><b>${productPriceAction.productPriceActionSeqId}</b></div></td>
+                <td><p><b>${productPriceAction.productPriceActionSeqId}</b></p></td>
                 <td align="left">
                     <FORM method="post" action="<@ofbizUrl>updateProductPriceAction</@ofbizUrl>">
                         <input type="hidden" name="productPriceRuleId" value="${productPriceAction.productPriceRuleId}">
Index: applications/product/webapp/catalog/price/FindProductPriceRule.ftl
===================================================================
--- applications/product/webapp/catalog/price/FindProductPriceRule.ftl	(revision 493251)
+++ applications/product/webapp/catalog/price/FindProductPriceRule.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductGlobalPriceRules}</div>
+<h1>${uiLabelMap.ProductGlobalPriceRules}</h1>
 <#if activeOnly>
     <a href="<@ofbizUrl>FindProductPriceRules?activeOnly=false</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductActiveAndInactive}]</a>
 <#else>
@@ -26,16 +26,16 @@
 <#if productPriceRules?has_content>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-      <td><div class="tabletext"><b>${uiLabelMap.ProductPriceRuleNameId}</b></div></td>
-      <td><div class="tabletext"><b>${uiLabelMap.ProductSaleRule}?</b></div></td>
-      <td><div class="tabletext"><b>${uiLabelMap.CommonFromDate}</b></div></td>
-      <td><div class="tabletext"><b>${uiLabelMap.CommonThruDate}</b></div></td>
-      <td><div class="tabletext">&nbsp;</div></td>
+      <td><p><b>${uiLabelMap.ProductPriceRuleNameId}</b></p></td>
+      <td><p><b>${uiLabelMap.ProductSaleRule}?</b></p></td>
+      <td><p><b>${uiLabelMap.CommonFromDate}</b></p></td>
+      <td><p><b>${uiLabelMap.CommonThruDate}</b></p></td>
+      <td><p>&nbsp;</p></td>
     </tr>
     <#list productPriceRules as rule>
     <tr>
-      <td><div class="tabletext">&nbsp;<a href="<@ofbizUrl>EditProductPriceRules?productPriceRuleId=${rule.productPriceRuleId}</@ofbizUrl>" class="buttontext">${rule.ruleName?if_exists} [${rule.productPriceRuleId}]</a></div></td>
-      <td><div class="tabletext">&nbsp;${rule.isSale?if_exists}</div></td>
+      <td><p>&nbsp;<a href="<@ofbizUrl>EditProductPriceRules?productPriceRuleId=${rule.productPriceRuleId}</@ofbizUrl>" class="buttontext">${rule.ruleName?if_exists} [${rule.productPriceRuleId}]</a></p></td>
+      <td><p>&nbsp;${rule.isSale?if_exists}</p></td>
       <td>
         <#assign hasntStarted = false>
         <#if rule.fromDate?exists && Static["org.ofbiz.base.util.UtilDateTime"].nowTimestamp().before(rule.getTimestamp("fromDate"))><#assign hasntStarted = true></#if>
@@ -62,8 +62,8 @@
 
 <br/>
 <form method="post" action="<@ofbizUrl>createProductPriceRule</@ofbizUrl>" style="margin: 0;">
-  <div class="head2">${uiLabelMap.ProductAddPriceRule}:</div>
+  <h2>${uiLabelMap.ProductAddPriceRule}:</h2>
   <br/>
   ${uiLabelMap.ProductName}: <input type="text" size="30" class="inputBox" name="ruleName"/>
-  <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonAdd}"/>
+  <input type="submit" value="${uiLabelMap.CommonAdd}"/>
 </form>
Index: applications/product/webapp/catalog/product/ApplyFeaturesFromCategory.ftl
===================================================================
--- applications/product/webapp/catalog/product/ApplyFeaturesFromCategory.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/ApplyFeaturesFromCategory.ftl	(working copy)
@@ -58,15 +58,15 @@
   <input type="hidden" name="productId" value="${productId}">
 
   <tr class="viewOneTR1">
-    <td><div class="tabletext"><b>${uiLabelMap.CommonId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonDescription}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductFeatureType}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductApplType}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonFromDate}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonThruDate}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductAmount}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonSequence}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:toggleAll(this, 'selectAllForm');"></div></td>
+    <td><p><b>${uiLabelMap.CommonId}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonDescription}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductFeatureType}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductApplType}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonFromDate}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonThruDate}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductAmount}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonSequence}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:toggleAll(this, 'selectAllForm');"></p></td>
   </tr>
 <#assign rowCount = 0>
 <#if (listSize > 0)>
Index: applications/product/webapp/catalog/product/CreateVirtualWithVariantsForm.ftl
===================================================================
--- applications/product/webapp/catalog/product/CreateVirtualWithVariantsForm.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/CreateVirtualWithVariantsForm.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="tabletext"><b>${uiLabelMap.ProductQuickCreateVirtualFromVariants}</b></div>
+<p><b>${uiLabelMap.ProductQuickCreateVirtualFromVariants}</b></p>
 <form action="<@ofbizUrl>quickCreateVirtualWithVariants</@ofbizUrl>" method="post" style="margin: 0;" name="quickCreateVirtualWithVariants">
     <div>
         <span class="tabletext">${uiLabelMap.ProductVariantProductIds}:</span>
Index: applications/product/webapp/catalog/product/EditProductAssoc.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductAssoc.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductAssoc.ftl	(working copy)
@@ -20,11 +20,11 @@
     
     <#if !(productAssoc?exists)>
         <#if productId?exists && productIdTo?exists && productAssocTypeId?exists && fromDate?exists>
-<#--            <div class="tabletext"><b>Association not found: Product Id=${productId?if_exists}, Product Id To=${productIdTo?if_exists}, Association Type Id=${productAssocTypeId?if_exists}, From Date=${fromDate?if_exists}.</b></div> -->
-            <div class="tabletext"><b><#assign uiLabelWithVar=uiLabelMap.ProductAssociationNotFound?interpret><@uiLabelWithVar/></b></div>
+<#--            <p><b>Association not found: Product Id=${productId?if_exists}, Product Id To=${productIdTo?if_exists}, Association Type Id=${productAssocTypeId?if_exists}, From Date=${fromDate?if_exists}.</b></p> -->
+            <p><b><#assign uiLabelWithVar=uiLabelMap.ProductAssociationNotFound?interpret><@uiLabelWithVar/></b></p>
             <input type="hidden" name="UPDATE_MODE" value="CREATE">
             <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductProductId}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductProductId}</p></td>
             <td>&nbsp;</td>
             <td><input type="text" class="inputBox" name="PRODUCT_ID" size="20" maxlength="40" value="${productId?if_exists}"></td>
             </tr>
@@ -29,7 +29,7 @@
             <td><input type="text" class="inputBox" name="PRODUCT_ID" size="20" maxlength="40" value="${productId?if_exists}"></td>
             </tr>
             <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductProductIdTo}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductProductIdTo}</p></td>
             <td>&nbsp;</td>
             <td><input type="text" class="inputBox" name="PRODUCT_ID_TO" size="20" maxlength="40" value="${productIdTo?if_exists}"></td>
             </tr>
@@ -34,7 +34,7 @@
             <td><input type="text" class="inputBox" name="PRODUCT_ID_TO" size="20" maxlength="40" value="${productIdTo?if_exists}"></td>
             </tr>
             <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductAssociationTypeId}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductAssociationTypeId}</p></td>
             <td>&nbsp;</td>
             <td>
                 <select class="selectBox" name="PRODUCT_ASSOC_TYPE_ID" size="1">
@@ -52,14 +52,14 @@
             </td>
             </tr>
             <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.CommonFromDate}</div></td>
+            <td align="right"><p>${uiLabelMap.CommonFromDate}</p></td>
             <td>&nbsp;</td>
             <td>
-                <div class="tabletext">
+                <p>
                     <input type="text" class="inputBox" name="FROM_DATE" size="25" maxlength="40" value="${fromDate?if_exists}">
                     <a href="javascript:call_cal(document.editProductAssocForm.FROM_DATE, '${fromDate?default(nowTimestampString)}');"><img src="/images/cal.gif" width="16" height="16" border="0" alt="Calendar"></a>
                     ${uiLabelMap.CommonSetNowEmpty}
-                </div>
+                </p>
             </td>
             </tr>
         <#else>
@@ -65,7 +65,7 @@
         <#else>
             <input type="hidden" name="UPDATE_MODE" value="CREATE">
             <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductProductId}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductProductId}</p></td>
             <td>&nbsp;</td>
             <td><input type="text" class="inputBox" name="PRODUCT_ID" size="20" maxlength="40" value="${productId?if_exists}"></td>
             </tr>
@@ -70,7 +70,7 @@
             <td><input type="text" class="inputBox" name="PRODUCT_ID" size="20" maxlength="40" value="${productId?if_exists}"></td>
             </tr>
             <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductProductIdTo}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductProductIdTo}</p></td>
             <td>&nbsp;</td>
             <td><input type="text" class="inputBox" name="PRODUCT_ID_TO" size="20" maxlength="40" value="${productIdTo?if_exists}">
             <a href="javascript:call_fieldlookup2(document.editProductAssocForm.PRODUCT_ID_TO,'LookupProduct');"><img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/></a></td>
@@ -76,7 +76,7 @@
             <a href="javascript:call_fieldlookup2(document.editProductAssocForm.PRODUCT_ID_TO,'LookupProduct');"><img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/></a></td>
             </tr>
             <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductAssociationTypeId}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductAssociationTypeId}</p></td>
             <td>&nbsp;</td>
             <td>
                 <select class="selectBox" name="PRODUCT_ASSOC_TYPE_ID" size="1">
@@ -88,14 +88,14 @@
             </td>
             </tr>
             <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.CommonFromDate}</div></td>
+            <td align="right"><p>${uiLabelMap.CommonFromDate}</p></td>
             <td>&nbsp;</td>
             <td>
-                <div class="tabletext">
+                <p>
                     <input type="text" class="inputBox" name="FROM_DATE" size="25" maxlength="40" value="">
                     <a href="javascript:call_cal(document.editProductAssocForm.FROM_DATE, '${nowTimestampString}');"><img src="/images/cal.gif" width="16" height="16" border="0" alt="Calendar"></a>
                     ${uiLabelMap.CommonSetNowEmpty}
-                </div>
+                </p>
             </td>
             </tr>
         </#if>
@@ -108,7 +108,7 @@
         <input type="hidden" name="PRODUCT_ASSOC_TYPE_ID" value="${productAssocTypeId?if_exists}">
         <input type="hidden" name="FROM_DATE" value="${fromDate?if_exists}">
         <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductProductId}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductProductId}</p></td>
             <td>&nbsp;</td>
             <td><b>${productId?if_exists}</b> ${uiLabelMap.ProductRecreateAssociation}</td>
         </tr>
@@ -113,7 +113,7 @@
             <td><b>${productId?if_exists}</b> ${uiLabelMap.ProductRecreateAssociation}</td>
         </tr>
         <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductProductIdTo}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductProductIdTo}</p></td>
             <td>&nbsp;</td>
             <td><b>${productIdTo?if_exists}</b> ${uiLabelMap.ProductRecreateAssociation}</td>
         </tr>
@@ -118,7 +118,7 @@
             <td><b>${productIdTo?if_exists}</b> ${uiLabelMap.ProductRecreateAssociation}</td>
         </tr>
         <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductAssociationType}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductAssociationType}</p></td>
             <td>&nbsp;</td>
             <td><b><#if curProductAssocType?exists>${(curProductAssocType.get("description",locale))?if_exists}<#else> ${productAssocTypeId?if_exists}</#if></b> ${uiLabelMap.ProductRecreateAssociation}</td>
         </tr>
@@ -123,7 +123,7 @@
             <td><b><#if curProductAssocType?exists>${(curProductAssocType.get("description",locale))?if_exists}<#else> ${productAssocTypeId?if_exists}</#if></b> ${uiLabelMap.ProductRecreateAssociation}</td>
         </tr>
         <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.CommonFromDate}</div></td>
+            <td align="right"><p>${uiLabelMap.CommonFromDate}</p></td>
             <td>&nbsp;</td>
             <td><b>${fromDate?if_exists}</b> ${uiLabelMap.ProductRecreateAssociation}</td>
         </tr>
@@ -129,17 +129,17 @@
         </tr>
     </#if>
     <tr>
-        <td width="26%" align="right"><div class="tabletext">${uiLabelMap.CommonThruDate}</div></td>
+        <td width="26%" align="right"><p>${uiLabelMap.CommonThruDate}</p></td>
         <td>&nbsp;</td>
         <td width="74%">
-        <div class="tabletext">
+        <p>
             <input type="text" class="inputBox" name="THRU_DATE" <#if useValues> value="${productAssoc.thruDate?if_exists}"<#else>value="${(request.getParameter("THRU_DATE"))?if_exists}"</#if> size="30" maxlength="30"> 
             <a href="javascript:call_cal(document.editProductAssocForm.THRU_DATE, <#if useValues>'${productAssoc.thruDate?if_exists}'<#elseif (request.getParameter("THRU_DATE"))?exists>'${request.getParameter("THRU_DATE")}'<#else>'${nowTimestampString}'</#if>);"><img src="/images/cal.gif" width="16" height="16" border="0" alt="Calendar"></a>
-        </div>
+        </p>
         </td>
     </tr>
     <tr>
-        <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductSequenceNum}</div></td>
+        <td width="26%" align="right"><p>${uiLabelMap.ProductSequenceNum}</p></td>
         <td>&nbsp;</td>
         <td width="74%"><input type="text" class="inputBox" name="SEQUENCE_NUM" <#if useValues>value="${(productAssoc.sequenceNum)?if_exists}"<#else>value="${(request.getParameter("SEQUENCE_NUM"))?if_exists}"</#if> size="5" maxlength="10"></td>
     </tr>
@@ -144,7 +144,7 @@
         <td width="74%"><input type="text" class="inputBox" name="SEQUENCE_NUM" <#if useValues>value="${(productAssoc.sequenceNum)?if_exists}"<#else>value="${(request.getParameter("SEQUENCE_NUM"))?if_exists}"</#if> size="5" maxlength="10"></td>
     </tr>
     <tr>
-        <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductReason}</div></td>
+        <td width="26%" align="right"><p>${uiLabelMap.ProductReason}</p></td>
         <td>&nbsp;</td>
         <td width="74%"><input type="text" class="inputBox" name="REASON" <#if useValues>value="${(productAssoc.reason)?if_exists}"<#else>value="${(request.getParameter("REASON"))?if_exists}"</#if> size="60" maxlength="255"></td>
     </tr>
@@ -149,7 +149,7 @@
         <td width="74%"><input type="text" class="inputBox" name="REASON" <#if useValues>value="${(productAssoc.reason)?if_exists}"<#else>value="${(request.getParameter("REASON"))?if_exists}"</#if> size="60" maxlength="255"></td>
     </tr>
     <tr>
-        <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductInstruction}</div></td>
+        <td width="26%" align="right"><p>${uiLabelMap.ProductInstruction}</p></td>
         <td>&nbsp;</td>
         <td width="74%"><input type="text" class="inputBox" name="INSTRUCTION" <#if useValues>value="${(productAssoc.instruction)?if_exists}"<#else>value="${(request.getParameter("INSTRUCTION"))?if_exists}"</#if> size="60" maxlength="255"></td>
     </tr>
@@ -155,7 +155,7 @@
     </tr>
     
     <tr>
-        <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductQuantity}</div></td>
+        <td width="26%" align="right"><p>${uiLabelMap.ProductQuantity}</p></td>
         <td>&nbsp;</td>
         <td width="74%"><input type="text" class="inputBox" name="QUANTITY" <#if useValues>value="${(productAssoc.quantity)?if_exists}"<#else>value="${(request.getParameter("QUANTITY"))?if_exists}"</#if> size="10" maxlength="15"></td>
     </tr>
@@ -169,19 +169,19 @@
     <br/>
     <#if productId?exists && product?exists>
         <hr class="sepbar">
-        <div class="head2">${uiLabelMap.ProductAssociationsFromProduct}...</div>
+        <h2>${uiLabelMap.ProductAssociationsFromProduct}...</h2>
         
         <table border="1" cellpadding="2" cellspacing="0">
             <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductProductId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductName}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonThruDateTime}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductSeqNum}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonQuantity}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductAssociationType}</b></div></td>
-            <td><div class="tabletext"><b>&nbsp;</b></div></td>
-            <td><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td><p><b>${uiLabelMap.ProductProductId}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductName}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonThruDateTime}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductSeqNum}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonQuantity}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductAssociationType}</b></p></td>
+            <td><p><b>&nbsp;</b></p></td>
+            <td><p><b>&nbsp;</b></p></td>
             </tr>
             <#list assocFromProducts as assocFromProduct>
             <#assign listToProduct = assocFromProduct.getRelatedOneCache("AssocProduct")>
@@ -193,9 +193,9 @@
                 ${(assocFromProduct.fromDate)?if_exists}&nbsp;</div></td>
                 <td><div class="tabletext" <#if (assocFromProduct.getTimestamp("thruDate"))?exists && nowDate.after(assocFromProduct.getTimestamp("thruDate"))> style="color: red;"</#if>>
                 ${(assocFromProduct.thruDate)?if_exists}&nbsp;</div></td>
-                <td><div class="tabletext">&nbsp;${(assocFromProduct.sequenceNum)?if_exists}</div></td>
-                <td><div class="tabletext">&nbsp;${(assocFromProduct.quantity)?if_exists}</div></td>
-                <td><div class="tabletext"><#if curProductAssocType?exists> ${(curProductAssocType.get("description",locale))?if_exists}<#else>${(assocFromProduct.productAssocTypeId)?if_exists}</#if></div></td>
+                <td><p>&nbsp;${(assocFromProduct.sequenceNum)?if_exists}</p></td>
+                <td><p>&nbsp;${(assocFromProduct.quantity)?if_exists}</p></td>
+                <td><p><#if curProductAssocType?exists> ${(curProductAssocType.get("description",locale))?if_exists}<#else>${(assocFromProduct.productAssocTypeId)?if_exists}</#if></p></td>
                 <td>
                 <a href="<@ofbizUrl>UpdateProductAssoc?UPDATE_MODE=DELETE&productId=${productId}&PRODUCT_ID=${productId}&PRODUCT_ID_TO=${(assocFromProduct.productIdTo)?if_exists}&PRODUCT_ASSOC_TYPE_ID=${(assocFromProduct.productAssocTypeId)?if_exists}&FROM_DATE=${Static["org.ofbiz.base.util.UtilFormatOut"].encodeQueryValue(assocFromProduct.getTimestamp("fromDate").toString())}&useValues=true</@ofbizUrl>" class="buttontext">
                 [${uiLabelMap.CommonDelete}]</a>
@@ -209,15 +209,15 @@
         </table>
         
         <hr class="sepbar">
-        <div class="head2">${uiLabelMap.ProductAssociationsToProduct}...</div>
+        <h2>${uiLabelMap.ProductAssociationsToProduct}...</h2>
         <table border="1" cellpadding="2" cellspacing="0">
             <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductProductId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductName}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonThruDateTime}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductAssociationType}</b></div></td>
-            <td><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td><p><b>${uiLabelMap.ProductProductId}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductName}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonThruDateTime}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductAssociationType}</b></p></td>
+            <td><p><b>&nbsp;</b></p></td>
             </tr>
             <#list assocToProducts as assocToProduct>
             <#assign listToProduct = assocToProduct.getRelatedOneCache("MainProduct")>
@@ -225,9 +225,9 @@
             <tr valign="middle">
                 <td><a href="<@ofbizUrl>EditProduct?productId=${(assocToProduct.productId)?if_exists}</@ofbizUrl>" class="buttontext">${(assocToProduct.productId)?if_exists}</a></td>
                 <td><#if listToProduct?exists><a href="<@ofbizUrl>EditProduct?productId=${(assocToProduct.productId)?if_exists}</@ofbizUrl>" class="buttontext">${(listToProduct.internalName)?if_exists}</a></#if></td>
-                <td><div class="tabletext">${(assocToProduct.getTimestamp("fromDate"))?if_exists}&nbsp;</div></td>
-                <td><div class="tabletext">${(assocToProduct.getTimestamp("thruDate"))?if_exists}&nbsp;</div></td>
-                <td><div class="tabletext"><#if curProductAssocType?exists> ${(curProductAssocType.get("description",locale))?if_exists}<#else> ${(assocToProduct.productAssocTypeId)?if_exists}</#if></div></td>
+                <td><p>${(assocToProduct.getTimestamp("fromDate"))?if_exists}&nbsp;</p></td>
+                <td><p>${(assocToProduct.getTimestamp("thruDate"))?if_exists}&nbsp;</p></td>
+                <td><p><#if curProductAssocType?exists> ${(curProductAssocType.get("description",locale))?if_exists}<#else> ${(assocToProduct.productAssocTypeId)?if_exists}</#if></p></td>
                 <td>
                 <a href="<@ofbizUrl>UpdateProductAssoc?UPDATE_MODE=DELETE&productId=${(assocToProduct.productIdTo)?if_exists}&PRODUCT_ID=${(assocToProduct.productId)?if_exists}&PRODUCT_ID_TO=${(assocToProduct.productIdTo)?if_exists}&PRODUCT_ASSOC_TYPE_ID=${(assocToProduct.productAssocTypeId)?if_exists}&FROM_DATE=${Static["org.ofbiz.base.util.UtilFormatOut"].encodeQueryValue(assocToProduct.getTimestamp("fromDate").toString())}&useValues=true</@ofbizUrl>" class="buttontext">
                 [${uiLabelMap.CommonDelete}]</a>
@@ -237,5 +237,5 @@
         </table>
 
         <br/>
-        <div class="tabletext">${uiLabelMap.CommonNote} : ${uiLabelMap.ProductRedExplanation}</div>
+        <p>${uiLabelMap.CommonNote} : ${uiLabelMap.ProductRedExplanation}</p>
     </#if>
Index: applications/product/webapp/catalog/product/EditProductAttributes.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductAttributes.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductAttributes.ftl	(working copy)
@@ -17,12 +17,12 @@
 <#if productId?exists && product?exists>
     <table border="1" cellpadding="2" cellspacing="0">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductName}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductValueType}</b></div></td>
+            <td><p><b>${uiLabelMap.ProductName}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductValueType}</b></p></td>
         </tr>
         <#list productAttributes as productAttribute>
         <tr valign="middle">
-            <td><div class="tabletext">${(productAttribute.attrName)?if_exists}</div></td>
+            <td><p>${(productAttribute.attrName)?if_exists}</p></td>
             <td>
                 <form method="post" action="<@ofbizUrl>UpdateProductAttribute?UPDATE_MODE=UPDATE</@ofbizUrl>">
                     <input type="hidden" name="productId" value="${productAttribute.productId}"/>
@@ -46,7 +46,7 @@
         <input type="hidden" name="PRODUCT_ID" value="${productId}"/>
         <input type="hidden" name="UPDATE_MODE" value="CREATE"/>
         <input type="hidden" name="useValues" value="true"/>
-        <div class="head2">${uiLabelMap.ProductAddProductAttributeNameValueType}:</div>
+        <h2>${uiLabelMap.ProductAddProductAttributeNameValueType}:</h2>
         <input type="text" class="inputBox" name="ATTRIBUTE_NAME" size="15"/>&nbsp;
         <input type="text" class="inputBox" name="ATTRIBUTE_VALUE" size="50"/>&nbsp;
         <input type="text" class="inputBox" name="ATTRIBUTE_TYPE" size="15"/>&nbsp;
Index: applications/product/webapp/catalog/product/EditProductContent.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductContent.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductContent.ftl	(working copy)
@@ -73,11 +73,11 @@
          </tr>
     </#list>
     </table>
-    <div class="head2">${uiLabelMap.ProductCreateNewProductContent}</div>
+    <h2>${uiLabelMap.ProductCreateNewProductContent}</h2>
     <#if productId?has_content && product?has_content>
         ${prepareAddProductContentWrapper.renderFormString(context)}
     </#if>
-    <div class="head2">${uiLabelMap.ProductAddContentProduct}</div>
+    <h2>${uiLabelMap.ProductAddContentProduct}</h2>
     <#if productId?has_content && product?has_content>
         ${addProductContentWrapper.renderFormString(context)}
     </#if>
@@ -84,7 +84,7 @@
 
     <hr class="sepbar"/>
     
-    <div class="head2">${uiLabelMap.ProductOverrideSimpleFields}</div>
+    <h2>${uiLabelMap.ProductOverrideSimpleFields}</h2>
     <form action="<@ofbizUrl>updateProductContent</@ofbizUrl>" method="post" style="margin: 0;" name="productForm">
     <table border="0" cellpadding="2" cellspacing="0">
     <input type="hidden" name="productId" value="${productId?if_exists}">
@@ -89,7 +89,7 @@
     <table border="0" cellpadding="2" cellspacing="0">
     <input type="hidden" name="productId" value="${productId?if_exists}">
     <tr>
-        <td width="20%" align="right" valign="top"><div class="tabletext"><b>${uiLabelMap.ProductProductName}</b></div></td>
+        <td width="20%" align="right" valign="top"><p><b>${uiLabelMap.ProductProductName}</b></p></td>
         <td>&nbsp;</td>
         <td width="80%" colspan="4" valign="top">
             <input type="text" class="inputBox" name="productName" value="${(product.productName?html)?if_exists}" size="30" maxlength="60">
@@ -96,7 +96,7 @@
         </td>
     </tr>        
     <tr>
-        <td width="20%" align="right" valign="top"><div class="tabletext"><b>${uiLabelMap.ProductProductDescription}</b></div></td>
+        <td width="20%" align="right" valign="top"><p><b>${uiLabelMap.ProductProductDescription}</b></p></td>
         <td>&nbsp;</td>
         <td width="80%" colspan="4" valign="top">
             <textarea class="textAreaBox" name="description" cols="60" rows="2">${(product.description)?if_exists}</textarea>
@@ -103,7 +103,7 @@
         </td>
     </tr>        
     <tr>
-        <td width="20%" align="right" valign="top"><div class="tabletext"><b>${uiLabelMap.ProductLongDescription}</b></div></td>
+        <td width="20%" align="right" valign="top"><p><b>${uiLabelMap.ProductLongDescription}</b></p></td>
         <td>&nbsp;</td>
         <td width="80%" colspan="4" valign="top">
             <textarea class="textAreaBox" name="longDescription" cols="60" rows="7">${(product.longDescription)?if_exists}</textarea>
@@ -110,7 +110,7 @@
         </td>
     </tr>        
     <tr>
-        <td width="20%" align="right" valign="top"><div class="tabletext"><b>${uiLabelMap.ProductDetailScreen}</b></div></td>
+        <td width="20%" align="right" valign="top"><p><b>${uiLabelMap.ProductDetailScreen}</b></p></td>
         <td>&nbsp;</td>
         <td width="80%" colspan="4" valign="top">
             <input type="text" class="inputBox" name="detailScreen" value="${(product.detailScreen)?if_exists}" size="60" maxlength="250">
@@ -119,7 +119,7 @@
     </tr>        
     <tr>
         <td width="20%" align="right" valign="top">
-            <div class="tabletext"><b>${uiLabelMap.ProductSmallImage}</b></div>
+            <p><b>${uiLabelMap.ProductSmallImage}</b></p>
             <#if (product.smallImageUrl)?exists>
                 <a href="<@ofbizContentUrl>${(product.smallImageUrl)?if_exists}</@ofbizContentUrl>" target="_blank"><img alt="Small Image" src="<@ofbizContentUrl>${(product.smallImageUrl)?if_exists}</@ofbizContentUrl>" height="40" width="40"></a>
             </#if>
@@ -139,7 +139,7 @@
     </tr>
     <tr>
         <td width="20%" align="right" valign="top">
-            <div class="tabletext"><b>${uiLabelMap.ProductMediumImage}</b></div>
+            <p><b>${uiLabelMap.ProductMediumImage}</b></p>
             <#if (product.mediumImageUrl)?exists>
                 <a href="<@ofbizContentUrl>${product.mediumImageUrl}</@ofbizContentUrl>" target="_blank"><img alt="Medium Image" src="<@ofbizContentUrl>${product.mediumImageUrl}</@ofbizContentUrl>" height="40" width="40"></a>
             </#if>
@@ -159,7 +159,7 @@
     </tr>
     <tr>
         <td width="20%" align="right" valign="top">
-            <div class="tabletext"><b>${uiLabelMap.ProductLargeImage}</b></div>
+            <p><b>${uiLabelMap.ProductLargeImage}</b></p>
             <#if (product.largeImageUrl)?exists>
                 <a href="<@ofbizContentUrl>${product.largeImageUrl}</@ofbizContentUrl>" target="_blank"><img alt="Large Image" src="<@ofbizContentUrl>${product.largeImageUrl}</@ofbizContentUrl>" height="40" width="40"></a>
             </#if>
@@ -179,7 +179,7 @@
     </tr>
     <tr>
         <td width="20%" align="right" valign="top">
-            <div class="tabletext"><b>${uiLabelMap.ProductDetailImage}</b></div>
+            <p><b>${uiLabelMap.ProductDetailImage}</b></p>
             <#if (product.detailImageUrl)?exists>
                 <a href="<@ofbizContentUrl>${product.detailImageUrl}</@ofbizContentUrl>" target="_blank"><img alt="Detail Image" src="<@ofbizContentUrl>${product.detailImageUrl}</@ofbizContentUrl>" height="40" width="40"></a>
             </#if>
@@ -213,7 +213,7 @@
         eval(toExec);
         };
     </script>
-    <div class="head3">${uiLabelMap.ProductUploadImage}</div>
+    <h3>${uiLabelMap.ProductUploadImage}</h3>
     <form method="post" enctype="multipart/form-data" action="<@ofbizUrl>UploadProductImage?productId=${productId}&upload_file_type=small</@ofbizUrl>" name="imageUploadForm">
         <input type="file" class="inputBox" size="50" name="fname">
         <br/>
@@ -223,6 +223,6 @@
             <input class="radioButton" type="radio" name="upload_file_type_bogus" value="large"onclick='setUploadUrl("<@ofbizUrl>UploadProductImage?productId=${productId}&upload_file_type=large</@ofbizUrl>");'>${uiLabelMap.CommonLarge}
             <input class="radioButton" type="radio" name="upload_file_type_bogus" value="detail" onclick='setUploadUrl("<@ofbizUrl>UploadProductImage?productId=${productId}&upload_file_type=detail</@ofbizUrl>");'>${uiLabelMap.CommonDetail}
         </span>
-        <input type="submit" class="smallSubmit" value="${uiLabelMap.ProductUploadImage}">
+        <input type="submit" value="${uiLabelMap.ProductUploadImage}">
     </form>
 </#if>
Index: applications/product/webapp/catalog/product/EditProductDupForm.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductDupForm.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductDupForm.ftl	(working copy)
@@ -16,7 +16,7 @@
 -->
     <#if productId?exists>
         <hr class="sepbar"/>
-        <div class="head2">${uiLabelMap.ProductDuplicateProduct}</div>
+        <h2>${uiLabelMap.ProductDuplicateProduct}</h2>
         <form action="<@ofbizUrl>DuplicateProduct</@ofbizUrl>" method="post" style="margin: 0;">
             <input type="hidden" name="oldProductId" value="${productId}"/>
             <div>
@@ -21,9 +21,9 @@
             <input type="hidden" name="oldProductId" value="${productId}"/>
             <div>
                 <span class="tabletext">${uiLabelMap.ProductDuplicateRemoveSelectedWithNewId}:</span>
-                <input type="text" class="inputBox" size="20" maxlength="20" name="productId"/>&nbsp;<input type="submit" class="smallSubmit" value="${uiLabelMap.CommonDuplicate}!"/>
+                <input type="text" class="inputBox" size="20" maxlength="20" name="productId"/>&nbsp;<input type="submit" value="${uiLabelMap.CommonDuplicate}!"/>
             </div>
-            <div class="tabletext">
+            <p>
                 <b>${uiLabelMap.CommonDuplicate}:</b>
                 ${uiLabelMap.ProductPrices}&nbsp;<input type="checkbox" class="checkBox" name="duplicatePrices" value="Y" checked="checked"/>
                 ${uiLabelMap.CommonId}&nbsp;<input type="checkbox" class="checkBox" name="duplicateIDs" value="Y" checked="checked"/>
@@ -33,8 +33,8 @@
                 ${uiLabelMap.ProductAttributes}&nbsp;<input type="checkbox" class="checkBox" name="duplicateAttributes" value="Y" checked="checked"/>
                 ${uiLabelMap.ProductFeatureAppls}&nbsp;<input type="checkbox" class="checkBox" name="duplicateFeatureAppls" value="Y" checked="checked"/>
                 ${uiLabelMap.ProductInventoryItems}&nbsp;<input type="checkbox" class="checkBox" name="duplicateInventoryItems" value="Y"/>
-            </div>
-            <div class="tabletext">
+            </p>
+            <p>
                 <b>${uiLabelMap.CommonRemove}:</b>
                 ${uiLabelMap.ProductPrices}&nbsp;<input type="checkbox" class="checkBox" name="removePrices" value="Y"/>
                 ${uiLabelMap.CommonId}&nbsp;<input type="checkbox" class="checkBox" name="removeIDs" value="Y"/>
@@ -44,14 +44,14 @@
                 ${uiLabelMap.ProductAttributes}&nbsp;<input type="checkbox" class="checkBox" name="removeAttributes" value="Y"/>
                 ${uiLabelMap.ProductFeatureAppls}&nbsp;<input type="checkbox" class="checkBox" name="removeFeatureAppls" value="Y"/>
                 ${uiLabelMap.ProductInventoryItems}&nbsp;<input type="checkbox" class="checkBox" name="removeInventoryItems" value="Y"/>
-            </div>
+            </p>
         </form>
         <#if product?exists && product.isVirtual?if_exists == "Y">
         <hr class="sepbar"/>
-        <div class="head2">${uiLabelMap.ProductUpdateProductVariants}</div>
+        <h2>${uiLabelMap.ProductUpdateProductVariants}</h2>
         <form action="<@ofbizUrl>UpdateProductVariants?productId=${productId}</@ofbizUrl>" method="post" style="margin: 0;">
             <input type="hidden" name="virtualProductId" value="${productId}"/>
-            <div class="tabletext">
+            <p>
                 <b>${uiLabelMap.ProductUpdateProductVariants}:</b>
                 ${uiLabelMap.ProductRemoveBefore}&nbsp;<input type="checkbox" class="checkBox" name="removeBefore" value="Y"/>
                 ${uiLabelMap.ProductPrices}&nbsp;<input type="checkbox" class="checkBox" name="duplicatePrices" value="Y" checked="checked"/>
@@ -61,8 +61,8 @@
                 ${uiLabelMap.ProductAttributes}&nbsp;<input type="checkbox" class="checkBox" name="duplicateAttributes" value="Y" checked="checked"/>
                 ${uiLabelMap.ProductFacilities}&nbsp;<input type="checkbox" class="checkBox" name="duplicateFacilities" value="Y" checked="checked"/>
                 ${uiLabelMap.ProductLocations}&nbsp;<input type="checkbox" class="checkBox" name="duplicateLocations" value="Y" checked="checked"/>
-            </div>
-            <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonGo}"/>
+            </p>
+            <input type="submit" value="${uiLabelMap.CommonGo}"/>
         </form>
         </#if>
         <br/>
Index: applications/product/webapp/catalog/product/EditProductFacilities.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductFacilities.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductFacilities.ftl	(working copy)
@@ -17,9 +17,9 @@
 <#if productId?exists && product?exists>
     <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductFacility}</b></div></td>
-        <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductMinimumStockReorderQuantityDaysToShip}</b></div></td>
-        <td><div class="tabletext"><b>&nbsp;</b></div></td>
+        <td><p><b>${uiLabelMap.ProductFacility}</b></p></td>
+        <td align="center"><p><b>${uiLabelMap.ProductMinimumStockReorderQuantityDaysToShip}</b></p></td>
+        <td><p><b>&nbsp;</b></p></td>
     </tr>
     <#list productFacilities as productFacility>
         <#assign facility = productFacility.getRelatedOneCache("Facility")>
@@ -24,7 +24,7 @@
     <#list productFacilities as productFacility>
         <#assign facility = productFacility.getRelatedOneCache("Facility")>
         <tr valign="middle">
-            <td><div class="tabletext"><#if facility?exists>${facility.facilityName}<#else>[${productFacility.facilityId}]</#if></div></td>
+            <td><p><#if facility?exists>${facility.facilityName}<#else>[${productFacility.facilityId}]</#if></p></td>
             <td align="center">
                 <form method="post" action="<@ofbizUrl>updateProductFacility</@ofbizUrl>" name="lineForm${productFacility_index}">
                     <input type="hidden" name="productId" value="${(productFacility.productId)?if_exists}"/>
@@ -47,8 +47,8 @@
         <input type="hidden" name="productId" value="${productId?if_exists}"/>
         <input type="hidden" name="useValues" value="true"/>
     
-        <div class="head2">${uiLabelMap.ProductAddFacility}:</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.ProductAddFacility}:</h2>
+        <p>
             ${uiLabelMap.ProductFacility}:
             <select name="facilityId" class="selectBox">
                 <#list facilities as facility>
@@ -59,6 +59,6 @@
             ${uiLabelMap.ProductReorderQuantity}:&nbsp;<input type="text" size="10" name="reorderQuantity" class="inputBox"/>
             ${uiLabelMap.ProductDaysToShip}:&nbsp;<input type="text" size="10" name="daysToShip" class="inputBox"/>
             <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;"/>
-        </div>
+        </p>
     </form>
 </#if>    
Index: applications/product/webapp/catalog/product/EditProductFacilityLocations.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductFacilityLocations.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductFacilityLocations.ftl	(working copy)
@@ -18,10 +18,10 @@
 <#if productId?exists && product?exists>
     <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductFacility}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductLocation}</b></div></td>
-        <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductMinimumStockAndMoveQuantity}</b></div></td>
-        <td><div class="tabletext"><b>&nbsp;</b></div></td>
+        <td><p><b>${uiLabelMap.ProductFacility}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductLocation}</b></p></td>
+        <td align="center"><p><b>${uiLabelMap.ProductMinimumStockAndMoveQuantity}</b></p></td>
+        <td><p><b>&nbsp;</b></p></td>
     </tr>
     <#list productFacilityLocations as productFacilityLocation>
         <#assign facility = productFacilityLocation.getRelatedOneCache("Facility")>
@@ -28,8 +28,8 @@
         <#assign facilityLocation = productFacilityLocation.getRelatedOne("FacilityLocation")?if_exists>
         <#assign facilityLocationTypeEnum = (facilityLocation.getRelatedOneCache("TypeEnumeration"))?if_exists>
         <tr valign="middle">
-            <td><div class="tabletext"><#if facility?exists>${facility.facilityName}<#else>[${productFacilityLocation.facilityId}]</#if></div></td>
-            <td><div class="tabletext"><#if facilityLocation?exists>${facilityLocation.areaId?if_exists}:${facilityLocation.aisleId?if_exists}:${facilityLocation.sectionId?if_exists}:${facilityLocation.levelId?if_exists}:${facilityLocation.positionId?if_exists}</#if><#if facilityLocationTypeEnum?has_content>(${facilityLocationTypeEnum.description})</#if>[${productFacilityLocation.locationSeqId}]</div></td>
+            <td><p><#if facility?exists>${facility.facilityName}<#else>[${productFacilityLocation.facilityId}]</#if></p></td>
+            <td><p><#if facilityLocation?exists>${facilityLocation.areaId?if_exists}:${facilityLocation.aisleId?if_exists}:${facilityLocation.sectionId?if_exists}:${facilityLocation.levelId?if_exists}:${facilityLocation.positionId?if_exists}</#if><#if facilityLocationTypeEnum?has_content>(${facilityLocationTypeEnum.description})</#if>[${productFacilityLocation.locationSeqId}]</p></td>
             <td align="center">
                 <form method="post" action="<@ofbizUrl>updateProductFacilityLocation</@ofbizUrl>" name="lineForm${productFacilityLocation_index}">
                     <input type="hidden" name="productId" value="${(productFacilityLocation.productId)?if_exists}"/>
@@ -51,8 +51,8 @@
     <form method="post" action="<@ofbizUrl>createProductFacilityLocation</@ofbizUrl>" style="margin: 0;" name="createProductFacilityLocationForm">
         <input type="hidden" name="productId" value="${productId?if_exists}">
         <input type="hidden" name="useValues" value="true">
-        <div class="head2">${uiLabelMap.CommonAdd} ${uiLabelMap.ProductFacilityLocation}:</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.CommonAdd} ${uiLabelMap.ProductFacilityLocation}:</h2>
+        <p>
             ${uiLabelMap.ProductFacility}:
             <select name="facilityId" class="selectBox">
                 <#list facilities as facility>
@@ -68,6 +68,6 @@
             ${uiLabelMap.ProductMinimumStock}:&nbsp;<input type="text" size="10" name="minimumStock" class="inputBox"/>
             ${uiLabelMap.ProductMoveQuantity}:&nbsp;<input type="text" size="10" name="moveQuantity" class="inputBox"/>
             <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;"/>
-        </div>
+        </p>
     </form>
 </#if>    
Index: applications/product/webapp/catalog/product/EditProductFeatures.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductFeatures.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductFeatures.ftl	(working copy)
@@ -21,14 +21,14 @@
         <input type="hidden" name="_checkGlobalScope" value="Y">
         <input type="hidden" name="productId" value="${productId}">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonDescription}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductType}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductCategory}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonFromDate}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductThruDateAmountSequenceApplicationType}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:toggleAll(this, 'selectAllForm');"></div></td>
-           <!--<td><div class="tabletext">&nbsp;</div></td>-->
+            <td><p><b>${uiLabelMap.CommonId}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonDescription}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductType}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductCategory}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonFromDate}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductThruDateAmountSequenceApplicationType}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:toggleAll(this, 'selectAllForm');"></p></td>
+           <!--<td><p>&nbsp;</p></td>-->
         </tr>
         <#assign rowCount = 0>
         <#list productFeatureAndAppls as productFeatureAndAppl>
@@ -40,9 +40,9 @@
                 <input type="hidden" name="productId_o_${rowCount}" value="${(productFeatureAndAppl.productId)?if_exists}">
                 <input type="hidden" name="productFeatureId_o_${rowCount}" value="${(productFeatureAndAppl.productFeatureId)?if_exists}">
                 <input type="hidden" name="fromDate_o_${rowCount}" value="${(productFeatureAndAppl.fromDate)?if_exists}">
-                <td><div class="tabletext">${(productFeatureAndAppl.productFeatureId)?if_exists}</div></td>
-                <td><div class="tabletext">${(productFeatureAndAppl.get("description",locale))?if_exists}</div></td>
-                <td><div class="tabletext">${(curProductFeatureType.get("description",locale))?default((productFeatureAndAppl.productFeatureTypeId)?if_exists)}</div></td>
+                <td><p>${(productFeatureAndAppl.productFeatureId)?if_exists}</p></td>
+                <td><p>${(productFeatureAndAppl.get("description",locale))?if_exists}</p></td>
+                <td><p>${(curProductFeatureType.get("description",locale))?default((productFeatureAndAppl.productFeatureTypeId)?if_exists)}</p></td>
                 <td><a href="<@ofbizUrl>EditFeatureCategoryFeatures?productFeatureCategoryId=${(productFeatureAndAppl.productFeatureCategoryId)?if_exists}&productId=${(productFeatureAndAppl.productId)?if_exists}</@ofbizUrl>" class="buttontext">
                     ${(curProductFeatureCategory.description)?if_exists}
                     [${(productFeatureAndAppl.productFeatureCategoryId)?if_exists}]</a></td>
@@ -137,7 +137,7 @@
 
         <form method="post" action="<@ofbizUrl>ApplyFeatureToProduct</@ofbizUrl>" style="margin: 0;" name="addFeatureById">
         <input type="hidden" name="productId" value="${productId}">
-        <div class="head2">${uiLabelMap.ProductAddProductFeatureID}:</div>
+        <h2>${uiLabelMap.ProductAddProductFeatureID}:</h2>
         <br/>
         <span class="tabletext">${uiLabelMap.CommonId}: </span>
         <input type="text" size="10" name="productFeatureId" value="" class="inputBox">
Index: applications/product/webapp/catalog/product/EditProductGlAccounts.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductGlAccounts.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductGlAccounts.ftl	(working copy)
@@ -20,7 +20,7 @@
         <td><div class="tableheadtext">${uiLabelMap.ProductAccountType}</div></td>
         <td><div class="tableheadtext">${uiLabelMap.ProductOrganization}</div></td>
         <td align="center"><div class="tableheadtext">${uiLabelMap.ProductGlAccount}</div></td>
-        <td><div class="tabletext"><b>&nbsp;</b></div></td>
+        <td><p><b>&nbsp;</b></p></td>
     </tr>
     <#assign line = 0>
     <#list productGlAccounts as productGlAccount>
@@ -28,10 +28,10 @@
     <#assign productGlAccountType = productGlAccount.getRelatedOneCache("GlAccountType")>
     <#assign curGlAccount = productGlAccount.getRelatedOneCache("GlAccount")>
     <tr valign="middle">
-        <td><div class="tabletext"><#if productGlAccountType?exists>${(productGlAccountType.get("description",locale))?if_exists}<#else>[${(productGlAccount.productGlAccountTypeId)?if_exists}]</#if></div></td>
-        <td><div class="tabletext">
+        <td><p><#if productGlAccountType?exists>${(productGlAccountType.get("description",locale))?if_exists}<#else>[${(productGlAccount.productGlAccountTypeId)?if_exists}]</#if></p></td>
+        <td><p>
            ${Static["org.ofbiz.party.party.PartyHelper"].getPartyName(delegator, productGlAccount.getString("organizationPartyId"), true)} [${productGlAccount.organizationPartyId}]
-        </div></td>
+        </p></td>
         <td align="center">
             <form method="post" action="<@ofbizUrl>updateProductGlAccount</@ofbizUrl>" name="lineForm${line}">
                 <input type="hidden" name="productId" value="${(productGlAccount.productId)?if_exists}"/>
@@ -61,8 +61,8 @@
         <input type="hidden" name="productId" value="${productId}"/>
         <input type="hidden" name="useValues" value="true"/>
     
-        <div class="head2">${uiLabelMap.ProductAddGlAccount} :</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.ProductAddGlAccount} :</h2>
+        <p>
             ${uiLabelMap.ProductAccountType} :
             <select name="glAccountTypeId" class="selectBox">
                 <#list productGlAccountTypes as productGlAccountType>
@@ -82,6 +82,6 @@
                  </#list>
             </select>
             <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;"/>
-        </div>        
+        </p>        
     </form>
 </#if>
Index: applications/product/webapp/catalog/product/EditProductGoodIdentifications.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductGoodIdentifications.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductGoodIdentifications.ftl	(working copy)
@@ -17,9 +17,9 @@
 <#if productId?exists && product?exists>
     <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductIdType}</b></div></td>
-        <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductIdValue}</b></div></td>
-        <td><div class="tabletext"><b>&nbsp;</b></div></td>
+        <td><p><b>${uiLabelMap.ProductIdType}</b></p></td>
+        <td align="center"><p><b>${uiLabelMap.ProductIdValue}</b></p></td>
+        <td><p><b>&nbsp;</b></p></td>
     </tr>
     <#assign line = 0>
     <#list goodIdentifications as goodIdentification>
@@ -26,7 +26,7 @@
     <#assign line = line + 1>
     <#assign goodIdentificationType = goodIdentification.getRelatedOneCache("GoodIdentificationType")>
     <tr valign="middle">
-        <td><div class="tabletext"><#if goodIdentificationType?exists>${(goodIdentificationType.get("description",locale))?if_exists}<#else>[${(goodIdentification.goodIdentificationTypeId)?if_exists}]</#if></div></td>
+        <td><p><#if goodIdentificationType?exists>${(goodIdentificationType.get("description",locale))?if_exists}<#else>[${(goodIdentification.goodIdentificationTypeId)?if_exists}]</#if></p></td>
         <td align="center">
             <form method="post" action="<@ofbizUrl>updateGoodIdentification</@ofbizUrl>" name="lineForm${line}"/>
                 <input type="hidden" name="productId" value="${(goodIdentification.productId)?if_exists}"/>
@@ -47,8 +47,8 @@
         <input type="hidden" name="productId" value="${productId}"/>
         <input type="hidden" name="useValues" value="true"/>
     
-        <div class="head2">${uiLabelMap.CommonAddId} :</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.CommonAddId} :</h2>
+        <p>
             ${uiLabelMap.ProductIdType} :
             <select name="goodIdentificationTypeId" class="selectBox">
                 <#list goodIdentificationTypes as goodIdentificationType>
@@ -56,6 +56,6 @@
                 </#list>
             </select>
             ${uiLabelMap.ProductIdValue} : <input type="text" size="20" name="idValue" class="inputBox"/>&nbsp;<input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;"/>
-        </div>        
+        </p>        
     </form>
 </#if>    
Index: applications/product/webapp/catalog/product/EditProductInventoryItems.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductInventoryItems.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductInventoryItems.ftl	(working copy)
@@ -22,14 +22,14 @@
 </#if>
 <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductFacility}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductAtp}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductQoh}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductMarketingPackageATP}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductMarketingPackageQOH}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductIncomingShipments}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductIncomingProductionRuns}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductOutgoingProductionRuns}</b></div></td>
+        <td><p><b>${uiLabelMap.ProductFacility}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductAtp}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductQoh}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductMarketingPackageATP}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductMarketingPackageQOH}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductIncomingShipments}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductIncomingProductionRuns}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductOutgoingProductionRuns}</b></p></td>
     </tr>
     <#list quantitySummaryByFacility.values() as quantitySummary>
         <#if quantitySummary.facilityId?exists>
@@ -48,19 +48,19 @@
             <#assign outgoingQuantityTotal = manufacturingOutQuantitySummary.estimatedQuantityTotal?if_exists>
     
             <tr>
-                <td><div class="tabletext">${(facility.facilityName)?if_exists} [${facilityId?default("[No Facility]")}] 
-                <a href="/facility/control/ReceiveInventory?facilityId=${facilityId}&productId=${productId}&externLoginKey=${externalLoginKey}" class="buttontext">${uiLabelMap.ProductInventoryReceive}</a></div></td>
-                <td><div class="tabletext"><#if totalAvailableToPromise?exists>${totalAvailableToPromise}<#else>&nbsp;</#if></div></td>
-                <td><div class="tabletext"><#if totalQuantityOnHand?exists>${totalQuantityOnHand}<#else>&nbsp;</#if></div></td>
-                <td><div class="tabletext"><#if mktgPkgATP?exists>${mktgPkgATP}<#else>&nbsp;</#if></div></td>
-                <td><div class="tabletext"><#if mktgPkgQOH?exists>${mktgPkgQOH}<#else>&nbsp;</#if></div></td>
+                <td><p>${(facility.facilityName)?if_exists} [${facilityId?default("[No Facility]")}] 
+                <a href="/facility/control/ReceiveInventory?facilityId=${facilityId}&productId=${productId}&externLoginKey=${externalLoginKey}" class="buttontext">${uiLabelMap.ProductInventoryReceive}</a></p></td>
+                <td><p><#if totalAvailableToPromise?exists>${totalAvailableToPromise}<#else>&nbsp;</#if></p></td>
+                <td><p><#if totalQuantityOnHand?exists>${totalQuantityOnHand}<#else>&nbsp;</#if></p></td>
+                <td><p><#if mktgPkgATP?exists>${mktgPkgATP}<#else>&nbsp;</#if></p></td>
+                <td><p><#if mktgPkgQOH?exists>${mktgPkgQOH}<#else>&nbsp;</#if></p></td>
                 <td>
                     <#if incomingShipmentAndItemList?has_content>
                         <#list incomingShipmentAndItemList as incomingShipmentAndItem>
-                            <div class="tabletext">${incomingShipmentAndItem.shipmentId}:${incomingShipmentAndItem.shipmentItemSeqId}-${(incomingShipmentAndItem.estimatedArrivalDate.toString())?if_exists}-<#if incomingShipmentAndItem.quantity?exists>${incomingShipmentAndItem.quantity?string.number}<#else>[${uiLabelMap.ProductQuantityNotSet}]</#if></div>
+                            <p>${incomingShipmentAndItem.shipmentId}:${incomingShipmentAndItem.shipmentItemSeqId}-${(incomingShipmentAndItem.estimatedArrivalDate.toString())?if_exists}-<#if incomingShipmentAndItem.quantity?exists>${incomingShipmentAndItem.quantity?string.number}<#else>[${uiLabelMap.ProductQuantityNotSet}]</#if></p>
                         </#list>
                     <#else>
-                        <div class="tabletext">&nbsp;</div>
+                        <p>&nbsp;</p>
                     </#if>
                 </td>
                 <td>
@@ -66,11 +66,11 @@
                 <td>
                     <#if incomingProductionRunList?has_content>
                         <#list incomingProductionRunList as incomingProductionRun>
-                            <div class="tabletext">${incomingProductionRun.workEffortId}-${(incomingProductionRun.estimatedCompletionDate.toString())?if_exists}-<#if incomingProductionRun.estimatedQuantity?exists>${incomingProductionRun.estimatedQuantity?string.number}<#else>[${uiLabelMap.ProductQuantityNotSet}]</#if></div>
+                            <p>${incomingProductionRun.workEffortId}-${(incomingProductionRun.estimatedCompletionDate.toString())?if_exists}-<#if incomingProductionRun.estimatedQuantity?exists>${incomingProductionRun.estimatedQuantity?string.number}<#else>[${uiLabelMap.ProductQuantityNotSet}]</#if></p>
                         </#list>
-                        <div class="tabletext"><b>${uiLabelMap.CommonTotal}:&nbsp;${incomingQuantityTotal?if_exists}</b></div>
+                        <p><b>${uiLabelMap.CommonTotal}:&nbsp;${incomingQuantityTotal?if_exists}</b></p>
                     <#else>
-                        <div class="tabletext">&nbsp;</div>
+                        <p>&nbsp;</p>
                     </#if>
                 </td>
                 <td>
@@ -76,11 +76,11 @@
                 <td>
                     <#if outgoingProductionRunList?has_content>
                         <#list outgoingProductionRunList as outgoingProductionRun>
-                            <div class="tabletext">${outgoingProductionRun.workEffortParentId}:${outgoingProductionRun.workEffortId}-${(outgoingProductionRun.estimatedStartDate.toString())?if_exists}-<#if outgoingProductionRun.estimatedQuantity?exists>${outgoingProductionRun.estimatedQuantity?string.number}<#else>[${uiLabelMap.ProductQuantityNotSet}]</#if></div>
+                            <p>${outgoingProductionRun.workEffortParentId}:${outgoingProductionRun.workEffortId}-${(outgoingProductionRun.estimatedStartDate.toString())?if_exists}-<#if outgoingProductionRun.estimatedQuantity?exists>${outgoingProductionRun.estimatedQuantity?string.number}<#else>[${uiLabelMap.ProductQuantityNotSet}]</#if></p>
                         </#list>
-                        <div class="tabletext"><b>${uiLabelMap.CommonTotal}:&nbsp;${outgoingQuantityTotal?if_exists}</b></div>
+                        <p><b>${uiLabelMap.CommonTotal}:&nbsp;${outgoingQuantityTotal?if_exists}</b></p>
                     <#else>
-                        <div class="tabletext">&nbsp;</div>
+                        <p>&nbsp;</p>
                     </#if>
                 </td>
             </tr>
@@ -90,7 +90,7 @@
 
 <hr class="sepbar"/>
 
-<div class="head1">${uiLabelMap.ProductInventoryItems} <span class="head2">${uiLabelMap.CommonFor} <#if product?exists>${(product.internalName)?if_exists} </#if> [${uiLabelMap.CommonId}:${productId?if_exists}]</span></div>
+<h1>${uiLabelMap.ProductInventoryItems} ${uiLabelMap.CommonFor} <#if product?exists>${(product.internalName)?if_exists} </#if> [${uiLabelMap.CommonId}:${productId?if_exists}]</h1>
 <#if productId?has_content>
     <a href="/facility/control/EditInventoryItem?productId=${productId}${externalKeyParam}" class="buttontext">${uiLabelMap.ProductCreateNewInventoryItemProduct}</a>
     <#if showEmpty>
@@ -103,17 +103,17 @@
 <#if productId?exists>
     <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductItemId}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductItemType}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductStatus}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.CommonReceived}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.CommonExpire}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductFacilityContainerId}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductLocation}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductLotId}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductBinNum}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductPerUnitPrice}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductAtpQohSerial}</b></div></td>
+        <td><p><b>${uiLabelMap.ProductItemId}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductItemType}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductStatus}</b></p></td>
+        <td><p><b>${uiLabelMap.CommonReceived}</b></p></td>
+        <td><p><b>${uiLabelMap.CommonExpire}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductFacilityContainerId}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductLocation}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductLotId}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductBinNum}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductPerUnitPrice}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductAtpQohSerial}</b></p></td>
     </tr>
     <#list productInventoryItems as inventoryItem>
        <#if showEmpty || (inventoryItem.inventoryItemTypeId?if_exists == "SERIALIZED_INV_ITEM" && inventoryItem.statusId?if_exists != "INV_DELIVERED")
@@ -127,9 +127,9 @@
             <#if curInventoryItemType?exists>
                 <tr valign="middle">
                     <td><a href="/facility/control/EditInventoryItem?inventoryItemId=${(inventoryItem.inventoryItemId)?if_exists}${externalKeyParam}" class="buttontext">${(inventoryItem.inventoryItemId)?if_exists}</a></td>
-                    <td><div class="tabletext">&nbsp;${(curInventoryItemType.get("description",locale))?if_exists}</div></td>
+                    <td><p>&nbsp;${(curInventoryItemType.get("description",locale))?if_exists}</p></td>
                     <td>
-                        <div class="tabletext">
+                        <p>
                             <#if inventoryItem.inventoryItemTypeId?if_exists == "SERIALIZED_INV_ITEM">
                                 <#if curStatusItem?has_content>
                                     ${(curStatusItem.get("description",locale))?if_exists}
@@ -141,10 +141,10 @@
                             <#else>
                                 &nbsp;
                             </#if>
-                        </div>
+                        </p>
                     </td>
-                    <td><div class="tabletext">&nbsp;${(inventoryItem.datetimeReceived)?if_exists}</div></td>
-                    <td><div class="tabletext">&nbsp;${(inventoryItem.expireDate)?if_exists}</div></td>
+                    <td><p>&nbsp;${(inventoryItem.datetimeReceived)?if_exists}</p></td>
+                    <td><p>&nbsp;${(inventoryItem.expireDate)?if_exists}</p></td>
                     <#if inventoryItem.facilityId?exists && inventoryItem.containerId?exists>
                         <td><div class="tabletext" style="color: red;">${uiLabelMap.ProductErrorFacility} (${inventoryItem.facilityId})
                             ${uiLabelMap.ProductAndContainer} (${inventoryItem.containerId}) ${uiLabelMap.CommonSpecified}</div></td>
@@ -155,17 +155,17 @@
                     <#else>
                         <td>&nbsp;</td>
                     </#if>
-                    <td><div class="tabletext"><a href="/facility/control/EditFacilityLocation?facilityId=${(inventoryItem.facilityId)?if_exists}&locationSeqId=${(inventoryItem.locationSeqId)?if_exists}${externalKeyParam}" class="linktext"><#if facilityLocation?exists>${facilityLocation.areaId?if_exists}:${facilityLocation.aisleId?if_exists}:${facilityLocation.sectionId?if_exists}:${facilityLocation.levelId?if_exists}:${facilityLocation.positionId?if_exists}</#if><#if facilityLocationTypeEnum?has_content> (${facilityLocationTypeEnum.get("description",locale)})</#if> [${(inventoryItem.locationSeqId)?if_exists}]</a></div></td>
-                    <td><div class="tabletext">&nbsp;${(inventoryItem.lotId)?if_exists}</div></td>
-                    <td><div class="tabletext">&nbsp;${(inventoryItem.binNumber)?if_exists}</div></td>
+                    <td><p><a href="/facility/control/EditFacilityLocation?facilityId=${(inventoryItem.facilityId)?if_exists}&locationSeqId=${(inventoryItem.locationSeqId)?if_exists}${externalKeyParam}" class="linktext"><#if facilityLocation?exists>${facilityLocation.areaId?if_exists}:${facilityLocation.aisleId?if_exists}:${facilityLocation.sectionId?if_exists}:${facilityLocation.levelId?if_exists}:${facilityLocation.positionId?if_exists}</#if><#if facilityLocationTypeEnum?has_content> (${facilityLocationTypeEnum.get("description",locale)})</#if> [${(inventoryItem.locationSeqId)?if_exists}]</a></p></td>
+                    <td><p>&nbsp;${(inventoryItem.lotId)?if_exists}</p></td>
+                    <td><p>&nbsp;${(inventoryItem.binNumber)?if_exists}</p></td>
                     <td><div class="tabletextright">&nbsp;<@ofbizCurrency amount=inventoryItem.unitCost isoCode=inventoryItem.currencyUomId/></div></td>
                     <#if inventoryItem.inventoryItemTypeId?if_exists == "NON_SERIAL_INV_ITEM">
                         <td>
-                            <div class="tabletext">${(inventoryItem.availableToPromiseTotal)?default("NA")}
-                            / ${(inventoryItem.quantityOnHandTotal)?default("NA")}</div>
+                            <p>${(inventoryItem.availableToPromiseTotal)?default("NA")}
+                            / ${(inventoryItem.quantityOnHandTotal)?default("NA")}</p>
                         </td>
                     <#elseif inventoryItem.inventoryItemTypeId?if_exists == "SERIALIZED_INV_ITEM">
-                        <td><div class="tabletext">&nbsp;${(inventoryItem.serialNumber)?if_exists}</div></td>
+                        <td><p>&nbsp;${(inventoryItem.serialNumber)?if_exists}</p></td>
                     <#else>
                         <td><div class="tabletext" style="color: red;">${uiLabelMap.ProductErrorType} ${(inventoryItem.inventoryItemTypeId)?if_exists} ${uiLabelMap.ProductUnknownSerialNumber} (${(inventoryItem.serialNumber)?if_exists})
                             ${uiLabelMap.ProductAndQuantityOnHand} (${(inventoryItem.quantityOnHandTotal)?if_exists} ${uiLabelMap.CommonSpecified}</div></td>
Index: applications/product/webapp/catalog/product/EditProductKeyword.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditProductKeyword.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditProductKeyword.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 <#if productId?exists && product?exists>
-    <div class="tabletext">${uiLabelMap.ProductNoteKeywordsAutomaticallyCreated}</div>
+    <p>${uiLabelMap.ProductNoteKeywordsAutomaticallyCreated}</p>
     
     <TABLE border="0" cellspacing="0" cellpadding="0" class="boxoutside">
     <TR>
@@ -104,7 +104,7 @@
                 </#list>
             <#else>
                 <tr>
-                <td colspan="3"><div class="tabletext">${uiLabelMap.ProductNoKeywordsFound}</div></td>
+                <td colspan="3"><p>${uiLabelMap.ProductNoKeywordsFound}</p></td>
                 </tr>
             </#if>
             </TABLE>
@@ -115,5 +115,5 @@
 </TR>
 </TABLE>        
 <#else>
-    <div class="head2">${uiLabelMap.ProductProductNotFoundWithProduct} "${productId?if_exists}"</div>
+    <h2>${uiLabelMap.ProductProductNotFoundWithProduct} "${productId?if_exists}"</h2>
 </#if>
Index: applications/product/webapp/catalog/product/EditVirtualProductInventory.ftl
===================================================================
--- applications/product/webapp/catalog/product/EditVirtualProductInventory.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/EditVirtualProductInventory.ftl	(working copy)
@@ -28,10 +28,10 @@
     <tr>
         <td><a href="/catalog/control/EditProductInventoryItems?productId=${variantSummary.productId}" class="buttontext">${variantSummary.productId}</a></td>
             <#list featureTypeIds as featureTypeId>
-                <td><div class="tabletext">${variantSummary[featureTypeId].description}</div></td>
+                <td><p>${variantSummary[featureTypeId].description}</p></td>
             </#list>
-        <td><div class="tabletext">${variantSummary.quantityOnHandTotal}</div></td>
-        <td><div class="tabletext">${variantSummary.availableToPromiseTotal}</div></td>
+        <td><p>${variantSummary.quantityOnHandTotal}</p></td>
+        <td><p>${variantSummary.availableToPromiseTotal}</p></td>
     </tr>
     </#list>
 </table>
Index: applications/product/webapp/catalog/product/QuickAddVariants.ftl
===================================================================
--- applications/product/webapp/catalog/product/QuickAddVariants.ftl	(revision 493251)
+++ applications/product/webapp/catalog/product/QuickAddVariants.ftl	(working copy)
@@ -49,7 +49,7 @@
     
     <br/>
     <div class="boxlink">
-        <div class="tabletext"><b>${uiLabelMap.ProductVariantAdd}:</b></div>
+        <p><b>${uiLabelMap.ProductVariantAdd}:</b></p>
         <form action="<@ofbizUrl>addVariantsToVirtual</@ofbizUrl>" method="post" style="margin: 0;" name="addVariantsToVirtual">
             <input type="hidden" name="productId" value="${productId}"/>
             <div><span class="tabletext">${uiLabelMap.ProductVariantProductIds}:</span></div>
@@ -54,7 +54,7 @@
             <input type="hidden" name="productId" value="${productId}"/>
             <div><span class="tabletext">${uiLabelMap.ProductVariantProductIds}:</span></div>
             <div><textarea name="variantProductIdsBag" rows="6" cols="20"></textarea></div>
-            <div><input type="submit" class="smallSubmit" value="${uiLabelMap.ProductVariantAdd}"/></div>
+            <div><input type="submit" value="${uiLabelMap.ProductVariantAdd}"/></div>
         </form>
     </div>
     
@@ -67,12 +67,12 @@
                 <input type="hidden" name="_checkGlobalScope" value="Y">
             <tr>
                 <#list featureTypes as featureType>
-                    <td><div class="tabletext"><b>${featureType}</b></div></td>
+                    <td><p><b>${featureType}</b></p></td>
                 </#list>
-                <td><div class="tabletext"><b>${uiLabelMap.ProductNewProductCreate} !</b></div></td>
-                <td><div class="tabletext"><b>${uiLabelMap.ProductSequenceNum}</b></div></td>
-                <td><div class="tabletext"><b>${uiLabelMap.ProductExistingVariant} :</b></div></td>
-                <td><div class="tabletext"><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:clickAll(this);"></div></td>
+                <td><p><b>${uiLabelMap.ProductNewProductCreate} !</b></p></td>
+                <td><p><b>${uiLabelMap.ProductSequenceNum}</b></p></td>
+                <td><p><b>${uiLabelMap.ProductExistingVariant} :</b></p></td>
+                <td><p><b>${uiLabelMap.CommonAll}<input type="checkbox" name="selectAll" value="${uiLabelMap.CommonY}" onclick="javascript:clickAll(this);"></p></td>
             </tr>
         
             <#assign defaultSequenceNum = 10>
@@ -84,7 +84,7 @@
                     <#assign productFeatureIds = "">
                     <#list curProductFeatureAndAppls as productFeatureAndAppl>
                     <td>
-                        <div class="tabletext">${productFeatureAndAppl.description?if_exists}</div>
+                        <p>${productFeatureAndAppl.description?if_exists}</p>
                         <#assign productFeatureIds = productFeatureIds + "|" + productFeatureAndAppl.productFeatureId>
                     </td>
                     </#list>
@@ -96,11 +96,11 @@
                         <input type"text" size="5" maxlength="10" name="sequenceNum_o_${rowCount}" value="${defaultSequenceNum}"/>
                     </td>
                     <td>
-                        <div class="tabletext">&nbsp;
+                        <p>&nbsp;
                         <#list existingVariantProductIds as existingVariantProductId>
                             [<a href="<@ofbizUrl>EditProduct?productId=${existingVariantProductId}</@ofbizUrl>" class="buttontext">${existingVariantProductId}</a>] &nbsp;
                         </#list>
-                        </div>
+                        </p>
                     </td>
                             <td align="right">              
                               <input type="checkbox" name="_rowSubmit_o_${rowCount}" value="Y" onclick="javascript:setProductVariantId(this, '${defaultVariantProductId}', 'productVariantId_o_${rowCount}');">
@@ -114,7 +114,7 @@
 <#assign columns = featureTypes.size() + 4>
 <td colspan="${columns}" align="center">
 <input type="hidden" name="_rowCount" value="${rowCount}">
-<input type="submit" class="smallSubmit" value="${uiLabelMap.CommonCreate}"/>
+<input type="submit" value="${uiLabelMap.CommonCreate}"/>
 </td>
 </tr>
                 </form>
@@ -120,5 +120,5 @@
                 </form>
         </table>
     <#else>
-        <div class="tabletext"><b>${uiLabelMap.ProductNoSelectableFeaturesFound}</b></div>
+        <p><b>${uiLabelMap.ProductNoSelectableFeaturesFound}</b></p>
     </#if>
Index: applications/product/webapp/catalog/promo/EditProductPromoCode.ftl
===================================================================
--- applications/product/webapp/catalog/promo/EditProductPromoCode.ftl	(revision 493251)
+++ applications/product/webapp/catalog/promo/EditProductPromoCode.ftl	(working copy)
@@ -20,11 +20,11 @@
     <#if productPromoCode.requireEmailOrParty?if_exists == "N">
         <div class="tableheadtext">${uiLabelMap.ProductNoteRequireEmailParty}</div>
     </#if>
-    <div class="head3">${uiLabelMap.ProductPromoCodeEmails}</div>
+    <h3>${uiLabelMap.ProductPromoCodeEmails}</h3>
     <#list productPromoCodeEmails as productPromoCodeEmail>
-        <div class="tabletext"><a href="<@ofbizUrl>deleteProductPromoCodeEmail?productPromoCodeId=${productPromoCodeEmail.productPromoCodeId}&emailAddress=${productPromoCodeEmail.emailAddress}</@ofbizUrl>" class="buttontext">[X]</a>&nbsp;${productPromoCodeEmail.emailAddress}</div>
+        <p><a href="<@ofbizUrl>deleteProductPromoCodeEmail?productPromoCodeId=${productPromoCodeEmail.productPromoCodeId}&emailAddress=${productPromoCodeEmail.emailAddress}</@ofbizUrl>" class="buttontext">[X]</a>&nbsp;${productPromoCodeEmail.emailAddress}</p>
     </#list>
-    <div class="tabletext">
+    <p>
         <form method="post" action="<@ofbizUrl>createProductPromoCodeEmail</@ofbizUrl>" style="margin: 0;">
             <input type="hidden" name="productPromoCodeId" value="${productPromoCodeId?if_exists}"/>
             ${uiLabelMap.ProductAddEmail} : <input type="text" size="40" name="emailAddress" class="inputBox">
@@ -30,13 +30,13 @@
             ${uiLabelMap.ProductAddEmail} : <input type="text" size="40" name="emailAddress" class="inputBox">
             <input type="submit" value="${uiLabelMap.CommonAdd}">
         </form>
-    </div>
+    </p>
 
-    <div class="head3">${uiLabelMap.ProductPromoCodeParties}</div>
+    <h3>${uiLabelMap.ProductPromoCodeParties}</h3>
     <#list productPromoCodeParties as productPromoCodeParty>
-        <div class="tabletext"><a href="<@ofbizUrl>deleteProductPromoCodeParty?productPromoCodeId=${productPromoCodeParty.productPromoCodeId}&partyId=${productPromoCodeParty.partyId}</@ofbizUrl>" class="buttontext">[X]</a>&nbsp;${productPromoCodeParty.partyId}</div>
+        <p><a href="<@ofbizUrl>deleteProductPromoCodeParty?productPromoCodeId=${productPromoCodeParty.productPromoCodeId}&partyId=${productPromoCodeParty.partyId}</@ofbizUrl>" class="buttontext">[X]</a>&nbsp;${productPromoCodeParty.partyId}</p>
     </#list>
-    <div class="tabletext">
+    <p>
         <form method="post" action="<@ofbizUrl>createProductPromoCodeParty</@ofbizUrl>" style="margin: 0;">
             <input type="hidden" name="productPromoCodeId" value="${productPromoCodeId?if_exists}"/>
             ${uiLabelMap.ProductAddPartyId} : <input type="text" size="10" name="partyId" class="inputBox">
@@ -42,5 +42,5 @@
             ${uiLabelMap.ProductAddPartyId} : <input type="text" size="10" name="partyId" class="inputBox">
             <input type="submit" value="${uiLabelMap.CommonAdd}">
         </form>
-    </div>
+    </p>
 </#if>
Index: applications/product/webapp/catalog/promo/EditProductPromoRules.ftl
===================================================================
--- applications/product/webapp/catalog/promo/EditProductPromoRules.ftl	(revision 493251)
+++ applications/product/webapp/catalog/promo/EditProductPromoRules.ftl	(working copy)
@@ -20,9 +20,9 @@
 
         <table border="1" cellpadding="2" cellspacing="0">
         <tr>
-            <td width="10%"><div class="tabletext"><b>${uiLabelMap.ProductRuleId}</b></div></td>
-            <td width="80%"><div class="tabletext"><b>${uiLabelMap.ProductRuleName}</b></div></td>
-            <td width="10%"><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td width="10%"><p><b>${uiLabelMap.ProductRuleId}</b></p></td>
+            <td width="80%"><p><b>${uiLabelMap.ProductRuleName}</b></p></td>
+            <td width="10%"><p><b>&nbsp;</b></p></td>
         </tr>
         <#list productPromoRules as productPromoRule>
         <#assign productPromoConds = productPromoRule.getRelated("ProductPromoCond")>
@@ -28,7 +28,7 @@
         <#assign productPromoConds = productPromoRule.getRelated("ProductPromoCond")>
         <#assign productPromoActions = productPromoRule.getRelated("ProductPromoAction")>
         <tr valign="middle">
-            <td><div class="tabletext"><b>${(productPromoRule.productPromoRuleId)?if_exists}</b></div></td>
+            <td><p><b>${(productPromoRule.productPromoRuleId)?if_exists}</b></p></td>
             <td align="left">
                 <form method="post" action="<@ofbizUrl>updateProductPromoRule</@ofbizUrl>">
                     <input type="hidden" name="productPromoId" value="${(productPromoRule.productPromoId)?if_exists}">
@@ -45,7 +45,7 @@
             </td>
         </tr>
         <tr valign="top">
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductConditions}:</div></td>
+            <td align="right"><p>${uiLabelMap.ProductConditions}:</p></td>
             <td align="left" colspan="2">
                 <table border="1" cellpadding="2" cellspacing="0">
                 <#assign maxCondSeqId = 1>
@@ -58,7 +58,7 @@
                                 <#assign maxCondSeqId = curCondSeqId + 1>
                             </#if>
                         </#if>
-                        <td><div class="tabletext"><b>${(productPromoCond.productPromoCondSeqId)?if_exists}</b></div></td>
+                        <td><p><b>${(productPromoCond.productPromoCondSeqId)?if_exists}</b></p></td>
                         <td align="left">
                             <form method="post" action="<@ofbizUrl>updateProductPromoCond</@ofbizUrl>">
                                 <input type="hidden" name="productPromoId" value="${(productPromoCond.productPromoId)?if_exists}"/>
@@ -98,7 +98,7 @@
                             <#list condProductPromoCategories as condProductPromoCategory>
                                 <#assign condProductCategory = condProductPromoCategory.getRelatedOneCache("ProductCategory")>
                                 <#assign condApplEnumeration = condProductPromoCategory.getRelatedOneCache("ApplEnumeration")>
-                                <div class="tabletext">
+                                <p>
                                     ${(condProductCategory.get("description",locale))?if_exists} [${condProductPromoCategory.productCategoryId}]
                                     - ${(condApplEnumeration.get("description",locale))?default(condProductPromoCategory.productPromoApplEnumId)}
                                     - ${uiLabelMap.ProductSubCats}? ${condProductPromoCategory.includeSubCategories?default("N")}
@@ -105,9 +105,9 @@
                                     - ${uiLabelMap.CommonAnd} ${uiLabelMap.CommonGroup}: ${condProductPromoCategory.andGroupId}
                                     <a href="<@ofbizUrl>deleteProductPromoCategory?productPromoId=${(condProductPromoCategory.productPromoId)?if_exists}&productPromoRuleId=${(condProductPromoCategory.productPromoRuleId)?if_exists}&productPromoActionSeqId=${(condProductPromoCategory.productPromoActionSeqId)?if_exists}&productPromoCondSeqId=${(condProductPromoCategory.productPromoCondSeqId)?if_exists}&productCategoryId=${(condProductPromoCategory.productCategoryId)?if_exists}&andGroupId=${(condProductPromoCategory.andGroupId)?if_exists}</@ofbizUrl>" class="buttontext">
                                     [${uiLabelMap.CommonDelete}]</a>
-                                </div>
+                                </p>
                             </#list>
-                            <div class="tabletext">
+                            <p>
                                 <form method="post" action="<@ofbizUrl>createProductPromoCategory</@ofbizUrl>">
                                     <input type="hidden" name="productPromoId" value="${productPromoId}">
                                     <input type="hidden" name="productPromoRuleId" value="${productPromoCond.productPromoRuleId}">
@@ -130,7 +130,7 @@
                                     ${uiLabelMap.CommonAnd} ${uiLabelMap.CommonGroup}: <input type="text" size="10" maxlength="20" name="andGroupId" value="_NA_" class="inputBox"/>*
                                     <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;">
                                 </form>
-                            </div>
+                            </p>
                             <#-- ======================= Products ======================== -->
                             <div class="tableheadtext">${uiLabelMap.ProductConditions} ${uiLabelMap.ProductProducts}:</div>
                             <#assign condProductPromoProducts = productPromoCond.getRelated("ProductPromoProduct")>
@@ -137,7 +137,7 @@
                             <#list condProductPromoProducts as condProductPromoProduct>
                                 <#assign condProduct = condProductPromoProduct.getRelatedOneCache("Product")?if_exists>
                                 <#assign condApplEnumeration = condProductPromoProduct.getRelatedOneCache("ApplEnumeration")>
-                                <div class="tabletext">
+                                <p>
                                     ${(condProduct.internalName)?if_exists} [${condProductPromoProduct.productId}]
                                     - ${(condApplEnumeration.get("description",locale))?default(condProductPromoProduct.productPromoApplEnumId)}
                                     <a href="<@ofbizUrl>deleteProductPromoProduct?productPromoId=${(condProductPromoProduct.productPromoId)?if_exists}&productPromoRuleId=${(condProductPromoProduct.productPromoRuleId)?if_exists}&productPromoActionSeqId=${(condProductPromoProduct.productPromoActionSeqId)?if_exists}&productPromoCondSeqId=${(condProductPromoProduct.productPromoCondSeqId)?if_exists}&productId=${(condProductPromoProduct.productId)?if_exists}</@ofbizUrl>" class="buttontext">
@@ -142,9 +142,9 @@
                                     - ${(condApplEnumeration.get("description",locale))?default(condProductPromoProduct.productPromoApplEnumId)}
                                     <a href="<@ofbizUrl>deleteProductPromoProduct?productPromoId=${(condProductPromoProduct.productPromoId)?if_exists}&productPromoRuleId=${(condProductPromoProduct.productPromoRuleId)?if_exists}&productPromoActionSeqId=${(condProductPromoProduct.productPromoActionSeqId)?if_exists}&productPromoCondSeqId=${(condProductPromoProduct.productPromoCondSeqId)?if_exists}&productId=${(condProductPromoProduct.productId)?if_exists}</@ofbizUrl>" class="buttontext">
                                     [${uiLabelMap.CommonDelete}]</a>
-                                </div>
+                                </p>
                             </#list>
-                            <div class="tabletext">
+                            <p>
                                 <form method="post" action="<@ofbizUrl>createProductPromoProduct</@ofbizUrl>">
                                     <input type="hidden" name="productPromoId" value="${productPromoId}">
                                     <input type="hidden" name="productPromoRuleId" value="${productPromoCond.productPromoRuleId}">
@@ -158,7 +158,7 @@
                                     </select>
                                     <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;">
                                 </form>
-                            </div>
+                            </p>
                         </td>
                         <td align="center">
                         <a href="<@ofbizUrl>deleteProductPromoCond?productPromoId=${(productPromoCond.productPromoId)?if_exists}&productPromoRuleId=${(productPromoCond.productPromoRuleId)?if_exists}&productPromoCondSeqId=${(productPromoCond.productPromoCondSeqId)?if_exists}</@ofbizUrl>" class="buttontext">
@@ -193,7 +193,7 @@
             </td>
         </tr>
         <tr valign="top">
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductActions} :</div></td>
+            <td align="right"><p>${uiLabelMap.ProductActions} :</p></td>
             <td align="left" colspan="2">
                 <table border="1" cellpadding="2" cellspacing="0">
                 <#assign maxActionSeqId = 1>
@@ -206,9 +206,9 @@
                                 <#assign maxActionSeqId = curActionSeqId + 1>
                             </#if>
                         </#if>
-                        <td><div class="tabletext"><b>${(productPromoAction.productPromoActionSeqId)?if_exists}</b></div></td>
+                        <td><p><b>${(productPromoAction.productPromoActionSeqId)?if_exists}</b></p></td>
                         <td align="left">
-                            <div class="tabletext">
+                            <p>
                             <form method="post" action="<@ofbizUrl>updateProductPromoAction</@ofbizUrl>">
                                 <input type="hidden" name="productPromoId" value="${(productPromoAction.productPromoId)?if_exists}">
                                 <input type="hidden" name="productPromoRuleId" value="${(productPromoAction.productPromoRuleId)?if_exists}">
@@ -244,7 +244,7 @@
                                 ${uiLabelMap.PartyParty}:&nbsp;<input type="text" size="10" name="partyId" value="${(productPromoAction.partyId)?if_exists}" class="inputBox">
                                 <input type="submit" value="${uiLabelMap.CommonUpdate}" style="font-size: x-small;">
                             </form>
-                            </div>
+                            </p>
                             <#-- ======================= Categories ======================== -->
                             <div class="tableheadtext">${uiLabelMap.ProductActions} ${uiLabelMap.ProductCategories}:</div>
                             <#assign actionProductPromoCategories = productPromoAction.getRelated("ProductPromoCategory")>
@@ -251,7 +251,7 @@
                             <#list actionProductPromoCategories as actionProductPromoCategory>
                                 <#assign actionProductCategory = actionProductPromoCategory.getRelatedOneCache("ProductCategory")>
                                 <#assign actionApplEnumeration = actionProductPromoCategory.getRelatedOneCache("ApplEnumeration")>
-                                <div class="tabletext">
+                                <p>
                                     ${(actionProductCategory.description)?if_exists} [${actionProductPromoCategory.productCategoryId}]
                                     - ${(actionApplEnumeration.get("description",locale))?default(actionProductPromoCategory.productPromoApplEnumId)}
                                     - ${uiLabelMap.ProductSubCats}? ${actionProductPromoCategory.includeSubCategories?default("N")}
@@ -258,9 +258,9 @@
                                     - ${uiLabelMap.CommonAnd} ${uiLabelMap.CommonGroup}: ${actionProductPromoCategory.andGroupId}
                                     <a href="<@ofbizUrl>deleteProductPromoCategory?productPromoId=${(actionProductPromoCategory.productPromoId)?if_exists}&productPromoRuleId=${(actionProductPromoCategory.productPromoRuleId)?if_exists}&productPromoCondSeqId=${(actionProductPromoCategory.productPromoCondSeqId)?if_exists}&productPromoActionSeqId=${(actionProductPromoCategory.productPromoActionSeqId)?if_exists}&productCategoryId=${(actionProductPromoCategory.productCategoryId)?if_exists}&andGroupId=${(actionProductPromoCategory.andGroupId)?if_exists}</@ofbizUrl>" class="buttontext">
                                     [${uiLabelMap.CommonDelete}]</a>
-                                </div>
+                                </p>
                             </#list>
-                            <div class="tabletext">
+                            <p>
                                 <form method="post" action="<@ofbizUrl>createProductPromoCategory</@ofbizUrl>">
                                     <input type="hidden" name="productPromoId" value="${productPromoId}">
                                     <input type="hidden" name="productPromoRuleId" value="${productPromoAction.productPromoRuleId}">
@@ -283,7 +283,7 @@
                                     ${uiLabelMap.CommonAnd} ${uiLabelMap.CommonGroup}: <input type="text" size="10" maxlength="20" name="andGroupId" value="_NA_" class="inputBox"/>*
                                     <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;">
                                 </form>
-                            </div>
+                            </p>
                             <#-- ======================= Products ======================== -->
                             <div class="tableheadtext">${uiLabelMap.ProductActions} ${uiLabelMap.ProductProducts}:</div>
                             <#assign actionProductPromoProducts = productPromoAction.getRelated("ProductPromoProduct")>
@@ -290,7 +290,7 @@
                             <#list actionProductPromoProducts as actionProductPromoProduct>
                                 <#assign actionProduct = actionProductPromoProduct.getRelatedOneCache("Product")?if_exists>
                                 <#assign actionApplEnumeration = actionProductPromoProduct.getRelatedOneCache("ApplEnumeration")>
-                                <div class="tabletext">
+                                <p>
                                     ${(actionProduct.internalName)?if_exists} [${actionProductPromoProduct.productId}]
                                     - ${(actionApplEnumeration.get("description",locale))?default(actionProductPromoProduct.productPromoApplEnumId)}
                                     <a href="<@ofbizUrl>deleteProductPromoProduct?productPromoId=${(actionProductPromoProduct.productPromoId)?if_exists}&productPromoRuleId=${(actionProductPromoProduct.productPromoRuleId)?if_exists}&productPromoCondSeqId=${(actionProductPromoProduct.productPromoCondSeqId)?if_exists}&productPromoActionSeqId=${(actionProductPromoProduct.productPromoActionSeqId)?if_exists}&productId=${(actionProductPromoProduct.productId)?if_exists}</@ofbizUrl>" class="buttontext">
@@ -295,9 +295,9 @@
                                     - ${(actionApplEnumeration.get("description",locale))?default(actionProductPromoProduct.productPromoApplEnumId)}
                                     <a href="<@ofbizUrl>deleteProductPromoProduct?productPromoId=${(actionProductPromoProduct.productPromoId)?if_exists}&productPromoRuleId=${(actionProductPromoProduct.productPromoRuleId)?if_exists}&productPromoCondSeqId=${(actionProductPromoProduct.productPromoCondSeqId)?if_exists}&productPromoActionSeqId=${(actionProductPromoProduct.productPromoActionSeqId)?if_exists}&productId=${(actionProductPromoProduct.productId)?if_exists}</@ofbizUrl>" class="buttontext">
                                     [${uiLabelMap.CommonDelete}]</a>
-                                </div>
+                                </p>
                             </#list>
-                            <div class="tabletext">
+                            <p>
                                 <form method="post" action="<@ofbizUrl>createProductPromoProduct</@ofbizUrl>">
                                     <input type="hidden" name="productPromoId" value="${productPromoId}">
                                     <input type="hidden" name="productPromoRuleId" value="${productPromoAction.productPromoRuleId}">
@@ -311,7 +311,7 @@
                                     </select>
                                     <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;">
                                 </form>
-                            </div>
+                            </p>
                         </td>
                         <td align="center">
                         <a href="<@ofbizUrl>deleteProductPromoAction?productPromoId=${(productPromoAction.productPromoId)?if_exists}&productPromoRuleId=${(productPromoAction.productPromoRuleId)?if_exists}&productPromoActionSeqId=${(productPromoAction.productPromoActionSeqId)?if_exists}</@ofbizUrl>" class="buttontext">
@@ -321,7 +321,7 @@
                 </#list>
                 <tr>
                     <td align="left" colspan="3">
-                        <div class="tabletext">
+                        <p>
                         <form method="post" action="<@ofbizUrl>createProductPromoAction</@ofbizUrl>">
                             <input type="hidden" name="productPromoId" value="${(productPromoRule.productPromoId)?if_exists}">
                             <input type="hidden" name="productPromoRuleId" value="${(productPromoRule.productPromoRuleId)?if_exists}">
@@ -344,7 +344,7 @@
                             ${uiLabelMap.PartyParty}:&nbsp;<input type="text" size="10" name="partyId" class="inputBox">
                             <input type="submit" value="${uiLabelMap.CommonCreate}" style="font-size: x-small;">
                         </form>
-                        </div>
+                        </p>
                     </td>
                 </tr>
                 </table>
@@ -352,13 +352,13 @@
         </tr>
         </#list>
         </table>
-        <div class="tabletext"><b>${uiLabelMap.ProductNoteOnItemId} :</b> ${uiLabelMap.ProductItemIdGiftPurchaseFreeShipping}</div>
-        <div class="tabletext"><b>${uiLabelMap.ProductNoteOnPartyId} :</b> ${uiLabelMap.ProductPartyFreeShipping}</div>
+        <p><b>${uiLabelMap.ProductNoteOnItemId} :</b> ${uiLabelMap.ProductItemIdGiftPurchaseFreeShipping}</p>
+        <p><b>${uiLabelMap.ProductNoteOnPartyId} :</b> ${uiLabelMap.ProductPartyFreeShipping}</p>
 
         <br/>
 
-        <div class="head3">${uiLabelMap.ProductAddPromoRule}:</div>
-        <div class="tabletext">
+        <h3>${uiLabelMap.ProductAddPromoRule}:</h3>
+        <p>
             <form method="post" action="<@ofbizUrl>createProductPromoRule</@ofbizUrl>" style="margin: 0;">
                 <input type="hidden" name="productPromoId" value="${productPromoId?if_exists}">
                 ${uiLabelMap.ProductName} : <input type="text" size="30" name="ruleName" class="inputBox">
@@ -364,7 +364,7 @@
                 ${uiLabelMap.ProductName} : <input type="text" size="30" name="ruleName" class="inputBox">
                 <input type="submit" value="${uiLabelMap.CommonAdd}">
             </form>
-        </div>
+        </p>
 
         <br/>
 
@@ -369,11 +369,11 @@
         <br/>
 
         <#-- ======================= Categories ======================== -->
-        <div class="head3">${uiLabelMap.ProductPromotion} ${uiLabelMap.ProductCategories}:</div>
+        <h3>${uiLabelMap.ProductPromotion} ${uiLabelMap.ProductCategories}:</h3>
         <#list promoProductPromoCategories as promoProductPromoCategory>
             <#assign promoProductCategory = promoProductPromoCategory.getRelatedOneCache("ProductCategory")>
             <#assign promoApplEnumeration = promoProductPromoCategory.getRelatedOneCache("ApplEnumeration")>
-            <div class="tabletext">
+            <p>
                 ${(promoProductCategory.description)?if_exists} [${promoProductPromoCategory.productCategoryId}]
                 - ${(promoApplEnumeration.get("description",locale))?default(promoProductPromoCategory.productPromoApplEnumId)}
                 - ${uiLabelMap.ProductSubCats}? ${promoProductPromoCategory.includeSubCategories?default("N")}
@@ -380,9 +380,9 @@
                 - ${uiLabelMap.CommonAnd} ${uiLabelMap.CommonGroup}: ${promoProductPromoCategory.andGroupId}
                 <a href="<@ofbizUrl>deleteProductPromoCategory?productPromoId=${(promoProductPromoCategory.productPromoId)?if_exists}&productPromoRuleId=${(promoProductPromoCategory.productPromoRuleId)?if_exists}&productPromoActionSeqId=${(promoProductPromoCategory.productPromoActionSeqId)?if_exists}&productPromoCondSeqId=${(promoProductPromoCategory.productPromoCondSeqId)?if_exists}&productCategoryId=${(promoProductPromoCategory.productCategoryId)?if_exists}&andGroupId=${(promoProductPromoCategory.andGroupId)?if_exists}</@ofbizUrl>" class="buttontext">
                 [${uiLabelMap.CommonDelete}]</a>
-            </div>
+            </p>
         </#list>
-        <div class="tabletext">
+        <p>
             <form method="post" action="<@ofbizUrl>createProductPromoCategory</@ofbizUrl>">
                 <input type="hidden" name="productPromoId" value="${productPromoId}">
                 <input type="hidden" name="productPromoRuleId" value="_NA_">
@@ -405,14 +405,14 @@
                 ${uiLabelMap.CommonAnd} ${uiLabelMap.CommonGroup}: <input type="text" size="10" maxlength="20" name="andGroupId" value="_NA_" class="inputBox"/>*
                 <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;">
             </form>
-        </div>
+        </p>
         <br/>
         <#-- ======================= Products ======================== -->
-        <div class="head3">${uiLabelMap.ProductPromotionProducts} :</div>
+        <h3>${uiLabelMap.ProductPromotionProducts} :</h3>
         <#list promoProductPromoProducts as promoProductPromoProduct>
             <#assign promoProduct = promoProductPromoProduct.getRelatedOneCache("Product")?if_exists>
             <#assign promoApplEnumeration = promoProductPromoProduct.getRelatedOneCache("ApplEnumeration")>
-            <div class="tabletext">
+            <p>
                 ${(promoProduct.internalName)?if_exists} [${promoProductPromoProduct.productId}]
                 - ${(promoApplEnumeration.get("description",locale))?default(promoProductPromoProduct.productPromoApplEnumId)}
                 <a href="<@ofbizUrl>deleteProductPromoProduct?productPromoId=${(promoProductPromoProduct.productPromoId)?if_exists}&productPromoRuleId=${(promoProductPromoProduct.productPromoRuleId)?if_exists}&productPromoActionSeqId=${(promoProductPromoProduct.productPromoActionSeqId)?if_exists}&productPromoCondSeqId=${(promoProductPromoProduct.productPromoCondSeqId)?if_exists}&productId=${(promoProductPromoProduct.productId)?if_exists}</@ofbizUrl>" class="buttontext">
@@ -417,9 +417,9 @@
                 - ${(promoApplEnumeration.get("description",locale))?default(promoProductPromoProduct.productPromoApplEnumId)}
                 <a href="<@ofbizUrl>deleteProductPromoProduct?productPromoId=${(promoProductPromoProduct.productPromoId)?if_exists}&productPromoRuleId=${(promoProductPromoProduct.productPromoRuleId)?if_exists}&productPromoActionSeqId=${(promoProductPromoProduct.productPromoActionSeqId)?if_exists}&productPromoCondSeqId=${(promoProductPromoProduct.productPromoCondSeqId)?if_exists}&productId=${(promoProductPromoProduct.productId)?if_exists}</@ofbizUrl>" class="buttontext">
                 [${uiLabelMap.CommonDelete}]</a>
-            </div>
+            </p>
         </#list>
-        <div class="tabletext">
+        <p>
             <form method="post" name="createpromoproductform" action="<@ofbizUrl>createProductPromoProduct</@ofbizUrl>">
                 <input type="hidden" name="productPromoId" value="${productPromoId}">
                 <input type="hidden" name="productPromoRuleId" value="_NA_">
@@ -433,5 +433,5 @@
                 </select>
                 <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;">
             </form>
-        </div>
+        </p>
     </#if>
Index: applications/product/webapp/catalog/promo/EditProductPromoStores.ftl
===================================================================
--- applications/product/webapp/catalog/promo/EditProductPromoStores.ftl	(revision 493251)
+++ applications/product/webapp/catalog/promo/EditProductPromoStores.ftl	(working copy)
@@ -19,10 +19,10 @@
     <#if productPromoId?exists && productPromo?exists>   
         <table border="1" cellpadding="2" cellspacing="0">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductStoreNameId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-            <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
-            <td><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td><p><b>${uiLabelMap.ProductStoreNameId}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+            <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequence}</b></p></td>
+            <td><p><b>&nbsp;</b></p></td>
         </tr>
         <#assign line = 0>        
         <#list productStorePromoAppls as productStorePromoAppl>
@@ -58,7 +58,7 @@
         <input type="hidden" name="productPromoId" value="${productPromoId}"/>
         <input type="hidden" name="tryEntity" value="true"/>
         
-        <div class="head2">${uiLabelMap.ProductAddStorePromo} :</div>
+        <h2>${uiLabelMap.ProductAddStorePromo} :</h2>
         <br/>
         <select name="productStoreId" class="selectBox">
         <#list productStores as productStore>
Index: applications/product/webapp/catalog/promo/FindProductPromo.ftl
===================================================================
--- applications/product/webapp/catalog/promo/FindProductPromo.ftl	(revision 493251)
+++ applications/product/webapp/catalog/promo/FindProductPromo.ftl	(working copy)
@@ -14,8 +14,8 @@
 License for the specific language governing permissions and limitations
 under the License.
 -->
-<div class="head1">${uiLabelMap.ProductProductPromotionsList}</div>
-<div class="tabletext">
+<h1>${uiLabelMap.ProductProductPromotionsList}</h1>
+<p>
     <a href="<@ofbizUrl>EditProductPromo</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductCreateNewProductPromo}]</a>
     <#if manualOnly?if_exists == "Y">
         <a href="<@ofbizUrl>FindProductPromo?manualOnly=N</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductPromotionManualImported}]</a>
@@ -22,8 +22,8 @@
     <#else>
         <a href="<@ofbizUrl>FindProductPromo?manualOnly=Y</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductPromotionManual}]</a>
     </#if>
-</div>
-<div class="tabletext">
+</p>
+<p>
     <form method="post" action="<@ofbizUrl>EditProductPromoCode</@ofbizUrl>" style="margin: 0;">
         ${uiLabelMap.ProductPromotionCode}: <input type="text" size="10" name="productPromoCodeId" class="inputBox">
         <input type="submit" value="${uiLabelMap.CommonEdit}">
@@ -28,15 +28,15 @@
         ${uiLabelMap.ProductPromotionCode}: <input type="text" size="10" name="productPromoCodeId" class="inputBox">
         <input type="submit" value="${uiLabelMap.CommonEdit}">
     </form>
-</div>
+</p>
 <br/>
 <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductPromoNameId}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductPromoText}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.ProductPromotionReqCode}?</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.CommonCreated}</b></div></td>
-        <td><div class="tabletext">&nbsp;</div></td>
+        <td><p><b>${uiLabelMap.ProductPromoNameId}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductPromoText}</b></p></td>
+        <td><p><b>${uiLabelMap.ProductPromotionReqCode}?</b></p></td>
+        <td><p><b>${uiLabelMap.CommonCreated}</b></p></td>
+        <td><p>&nbsp;</p></td>
     </tr>
     <#list productPromos as productPromo>
         <tr valign="middle">
Index: applications/product/webapp/catalog/promo/FindProductPromoCode.ftl
===================================================================
--- applications/product/webapp/catalog/promo/FindProductPromoCode.ftl	(revision 493251)
+++ applications/product/webapp/catalog/promo/FindProductPromoCode.ftl	(working copy)
@@ -25,12 +25,12 @@
     <br/>
     <table border="1" cellpadding="2" cellspacing="0">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductPromotionCode}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductPromotionPerCode}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductPromotionPerCustomer}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductPromotionReqEmailOrParty}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonCreated}</b></div></td>
-            <td><div class="tabletext">&nbsp;</div></td>
+            <td><p><b>${uiLabelMap.ProductPromotionCode}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductPromotionPerCode}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductPromotionPerCustomer}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductPromotionReqEmailOrParty}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonCreated}</b></p></td>
+            <td><p>&nbsp;</p></td>
         </tr>
         <#list productPromoCodes as productPromoCode>
             <#assign productPromo = productPromoCode.getRelatedOne("ProductPromo")>
@@ -48,8 +48,8 @@
         </#list>
     </table>
     <br/>
-    <div class="head3">${uiLabelMap.ProductPromotionAddSetOfPromotionCodes}:</div>
-    <div class="tabletext">
+    <h3>${uiLabelMap.ProductPromotionAddSetOfPromotionCodes}:</h3>
+    <p>
         <form method="post" action="<@ofbizUrl>createProductPromoCodeSet</@ofbizUrl>" style="margin: 0;">
             <input type="hidden" name="userEntered" value="N"/>
             <input type="hidden" name="requireEmailOrParty" value="N"/>
@@ -60,6 +60,6 @@
             ${uiLabelMap.ProductPromotionPerCustomer}<input type="text" size="5" name="useLimitPerCustomer" class="inputBox">
             <input type="submit" value="${uiLabelMap.CommonAdd}">
         </form>
-    </div>
+    </p>
 </#if>
     
Index: applications/product/webapp/catalog/reviews/pendingReviews.ftl
===================================================================
--- applications/product/webapp/catalog/reviews/pendingReviews.ftl	(revision 493251)
+++ applications/product/webapp/catalog/reviews/pendingReviews.ftl	(working copy)
@@ -15,11 +15,11 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductReviewsPendingApproval}</div>
+<h1>${uiLabelMap.ProductReviewsPendingApproval}</h1>
 <br/>
 
 <#if !pendingReviews?has_content>
-  <div class="head3">${uiLabelMap.CommonNo} ${uiLabelMap.ProductReviewsPendingApproval}</div>
+  <h3>${uiLabelMap.CommonNo} ${uiLabelMap.ProductReviewsPendingApproval}</h3>
 </#if>
 
 <#list pendingReviews as review>
@@ -33,11 +33,11 @@
       </tr>
       <tr>
         <td><div class="tableheadtext">${uiLabelMap.CommonPostedDate}:</div></td>
-        <td><div class="tabletext">${review.postedDateTime?if_exists}</div></td>
+        <td><p>${review.postedDateTime?if_exists}</p></td>
       </tr>
       <tr>
         <td><div class="tableheadtext">${uiLabelMap.CommonPostedBy}:</div>
-        <td><div class="tabletext">${postedPerson.firstName} ${postedPerson.lastName}</div></td>
+        <td><p>${postedPerson.firstName} ${postedPerson.lastName}</p></td>
       </tr>
       <tr>
         <td><div class="tableheadtext">${uiLabelMap.ProductRating}:</div>
@@ -48,7 +48,7 @@
       <tr>
         <td><div class="tableheadtext">${uiLabelMap.CommonIsAnonymous}:</div></td>
         <td>
-          <div class="tabletext">
+          <p>
             <select name="postedAnonymous" class="selectBox">
               <option>${review.postedAnonymous?default("N")}</option>
               <option value="${review.postedAnonymous?default("N")}">----</option>
@@ -55,7 +55,7 @@
               <option value="N">${uiLabelMap.CommonN}</option>
 			  <option value="Y">${uiLabelMap.CommonY}</option>              
             </select>
-          </div>
+          </p>
         </td>
       </tr>
       <tr>
@@ -61,7 +61,7 @@
       <tr>
         <td><div class="tableheadtext">${uiLabelMap.CommonStatus}:</div></td>
         <td>
-          <div class="tabletext">
+          <p>
             <select name="statusId" class="selectBox">
               <option value="PRR_PENDING">${uiLabelMap.PendingReviewPendingApproval}</option>
               <option value="PRR_APPROVED">${uiLabelMap.PendingReviewApprove}</option>
@@ -67,7 +67,7 @@
               <option value="PRR_APPROVED">${uiLabelMap.PendingReviewApprove}</option>
               <option value="PRR_DELETED">${uiLabelMap.PendingReviewDelete}</option>
             </select>
-          </div>
+          </p>
         </td>
       </tr>
       <tr>
Index: applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl
===================================================================
--- applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl	(revision 493251)
+++ applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl	(working copy)
@@ -22,7 +22,7 @@
       <td nowrap><div class="tableheadtext">${uiLabelMap.ProductServiceName}</div></td>
       <td nowrap><div class="tableheadtext">${uiLabelMap.AccountingPaymentProps}</div></td>         
       <td nowrap><div class="tableheadtext">${uiLabelMap.ApplyToAll}</div></td>         
-      <td nowrap><div class="tabletext">&nbsp;</div></td>
+      <td nowrap><p>&nbsp;</p></td>
     </tr>
     <#list paymentSettings as setting>
       <#assign payMeth = setting.getRelatedOne("PaymentMethodType")>
@@ -28,13 +28,13 @@
       <#assign payMeth = setting.getRelatedOne("PaymentMethodType")>
       <#assign enum = setting.getRelatedOne("Enumeration")>      
       <tr>                  
-        <td><div class="tabletext">${payMeth.get("description",locale)}</div></td>
-        <td><div class="tabletext">${enum.get("description",locale)}</div></td>
-        <td><div class="tabletext">${setting.paymentService?default("${uiLabelMap.CommonNA}")}</div></td>
-        <td><div class="tabletext">${setting.paymentPropertiesPath?default("[${uiLabelMap.ProductGlobal}]")}</div></td>
-        <td><div class="tabletext">${setting.applyToAllProducts?if_exists}</div></td>
+        <td><p>${payMeth.get("description",locale)}</p></td>
+        <td><p>${enum.get("description",locale)}</p></td>
+        <td><p>${setting.paymentService?default("${uiLabelMap.CommonNA}")}</p></td>
+        <td><p>${setting.paymentPropertiesPath?default("[${uiLabelMap.ProductGlobal}]")}</p></td>
+        <td><p>${setting.applyToAllProducts?if_exists}</p></td>
         <td align="center" nowrap>
-          <div class="tabletext"><#if security.hasEntityPermission("CATALOG", "_DELETE", session)><a href="<@ofbizUrl>storeRemovePaySetting?productStoreId=${productStoreId}&amp;paymentMethodTypeId=${setting.paymentMethodTypeId}&amp;paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonDelete}]</a></#if> <a href="<@ofbizUrl>EditProductStorePaySetup?productStoreId=${productStoreId}&amp;paymentMethodTypeId=${setting.paymentMethodTypeId}&amp;paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a></div>
+          <p><#if security.hasEntityPermission("CATALOG", "_DELETE", session)><a href="<@ofbizUrl>storeRemovePaySetting?productStoreId=${productStoreId}&amp;paymentMethodTypeId=${setting.paymentMethodTypeId}&amp;paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonDelete}]</a></#if> <a href="<@ofbizUrl>EditProductStorePaySetup?productStoreId=${productStoreId}&amp;paymentMethodTypeId=${setting.paymentMethodTypeId}&amp;paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a></p>
         </td>        
       </tr>
     </#list>
@@ -104,7 +104,7 @@
           </td>
         </tr>               
         <tr>
-          <td><input type="submit" class="smallSubmit" value="${buttonText}"/></td>
+          <td><input type="submit" value="${buttonText}"/></td>
         </tr>
       </table>  
       </form>
Index: applications/product/webapp/catalog/store/EditProductStorePromos.ftl
===================================================================
--- applications/product/webapp/catalog/store/EditProductStorePromos.ftl	(revision 493251)
+++ applications/product/webapp/catalog/store/EditProductStorePromos.ftl	(working copy)
@@ -25,11 +25,11 @@
     <a href="<@ofbizUrl>EditProductStorePromos?productStoreId=${productStoreId}&activeOnly=${activeOnly?string}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonUserEnteredOnly}]</a>
   </#if>
   <br/>
-  <div class="head3">${uiLabelMap.CommonShow}
+  <h3>${uiLabelMap.CommonShow}
     <#if activeOnly>${uiLabelMap.CommonActiveOnly}<#else>${uiLabelMap.CommonActiveInactive}</#if>
     ${uiLabelMap.CommonAnd}
     <#if userEntered>${uiLabelMap.CommonUserEnteredOnly}<#else>${uiLabelMap.CommonUserAutoEntered}</#if>
-  </div>
+  </h3>
 
     <#if productStoreId?exists && productStore?exists>
         <#if (listSize > 0)>
@@ -54,10 +54,10 @@
         
         <table border="1" cellpadding="2" cellspacing="0">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductPromoNameId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-            <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
-            <td><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td><p><b>${uiLabelMap.ProductPromoNameId}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+            <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequence}</b></p></td>
+            <td><p><b>&nbsp;</b></p></td>
         </tr>
         <#if (listSize > 0)>
             <#assign line = 0>
@@ -114,7 +114,7 @@
         <input type="hidden" name="productStoreId" value="${productStoreId?if_exists}"/>
         <input type="hidden" name="tryEntity" value="true"/>
         
-        <div class="head2">${uiLabelMap.ProductAddStorePromoOptionalDate}:</div>
+        <h2>${uiLabelMap.ProductAddStorePromoOptionalDate}:</h2>
         <br/>
         <select name="productPromoId" class="selectBox">
         <#list productPromos as productPromo>
Index: applications/product/webapp/catalog/store/EditProductStoreRoles.ftl
===================================================================
--- applications/product/webapp/catalog/store/EditProductStoreRoles.ftl	(revision 493251)
+++ applications/product/webapp/catalog/store/EditProductStoreRoles.ftl	(working copy)
@@ -50,7 +50,7 @@
   </table>
   
   <br/>
-  <div class="head2">${uiLabelMap.ProductCreateProductStoreRole}:</div>
+  <h2>${uiLabelMap.ProductCreateProductStoreRole}:</h2>
   <form name="addProductStoreRole" action="<@ofbizUrl>storeCreateRole</@ofbizUrl>" method="post">
     <input type="hidden" name="productStoreId" value="${productStoreId}">
     <table cellspacing="2" cellpadding="2">
@@ -80,7 +80,7 @@
       </tr>
       <tr>
         <td>&nbsp;</td>
-        <td><input type="submit" class="smallSubmit" value="${uiLabelMap.CommonAdd}"></td>
+        <td><input type="submit" value="${uiLabelMap.CommonAdd}"></td>
       </tr>
     </table>
   </form>
Index: applications/product/webapp/catalog/store/EditProductStoreShipSetup.ftl
===================================================================
--- applications/product/webapp/catalog/store/EditProductStoreShipSetup.ftl	(revision 493251)
+++ applications/product/webapp/catalog/store/EditProductStoreShipSetup.ftl	(working copy)
@@ -82,16 +82,16 @@
         <#assign quantityValue = estimate.getRelatedOne("QuantityQuantityBreak")?if_exists>
         <#assign priceValue = estimate.getRelatedOne("PriceQuantityBreak")?if_exists>
         <tr>
-          <td><div class="tabletext">${estimate.shipmentCostEstimateId}</div></td>
-          <td><div class="tabletext">${estimate.shipmentMethodTypeId}&nbsp;(${estimate.carrierPartyId})</div></td>
-          <td><div class="tabletext">${estimate.geoIdTo?default("${uiLabelMap.CommonAll}")}</div></td>
-          <td><div class="tabletext">${estimate.partyId?default("${uiLabelMap.CommonAll}")}</div></td>
-          <td><div class="tabletext">${estimate.roleTypeId?default("${uiLabelMap.CommonAll}")}</div></td>
-          <td><div class="tabletext">${estimate.orderPricePercent?default(0)?string.number}%</div></td>
-          <td><div class="tabletext">${estimate.orderFlatPrice?default(0)}</div></td>
-          <td><div class="tabletext">${estimate.orderItemFlatPrice?default(0)}</div></td>
+          <td><p>${estimate.shipmentCostEstimateId}</p></td>
+          <td><p>${estimate.shipmentMethodTypeId}&nbsp;(${estimate.carrierPartyId})</p></td>
+          <td><p>${estimate.geoIdTo?default("${uiLabelMap.CommonAll}")}</p></td>
+          <td><p>${estimate.partyId?default("${uiLabelMap.CommonAll}")}</p></td>
+          <td><p>${estimate.roleTypeId?default("${uiLabelMap.CommonAll}")}</p></td>
+          <td><p>${estimate.orderPricePercent?default(0)?string.number}%</p></td>
+          <td><p>${estimate.orderFlatPrice?default(0)}</p></td>
+          <td><p>${estimate.orderItemFlatPrice?default(0)}</p></td>
           <td align="center">
-            <div class="tabletext"><#if security.hasEntityPermission("SHIPRATE", "_DELETE", session)><a href="<@ofbizUrl>storeRemoveShipRate?viewProductStoreId=${productStoreId}&shipmentCostEstimateId=${estimate.shipmentCostEstimateId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonDelete}]</a></#if> <a href="<@ofbizUrl>EditProductStoreShipSetup?viewProductStoreId=${productStoreId}&shipmentCostEstimateId=${estimate.shipmentCostEstimateId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonView}]</a></div>
+            <p><#if security.hasEntityPermission("SHIPRATE", "_DELETE", session)><a href="<@ofbizUrl>storeRemoveShipRate?viewProductStoreId=${productStoreId}&shipmentCostEstimateId=${estimate.shipmentCostEstimateId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonDelete}]</a></#if> <a href="<@ofbizUrl>EditProductStoreShipSetup?viewProductStoreId=${productStoreId}&shipmentCostEstimateId=${estimate.shipmentCostEstimateId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonView}]</a></p>
           </td>
         </tr>
       </#list>
@@ -265,7 +265,7 @@
   </#if>
 
   <#if requestParameters.createNew?exists>
-    <div class="head2">${uiLabelMap.ProductNewShipmentEstimate} :</div>
+    <h2>${uiLabelMap.ProductNewShipmentEstimate} :</h2>
     <form name="addform" method="post" action="<@ofbizUrl>storeCreateShipRate</@ofbizUrl>">
       <input type="hidden" name="viewProductStoreId" value="${productStoreId}">
       <input type="hidden" name="productStoreId" value="${productStoreId}">
@@ -463,7 +463,7 @@
 
         <tr>
           <td colspan="3">
-            <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonAdd}">
+            <input type="submit" value="${uiLabelMap.CommonAdd}">
           </td>
         </tr>
       </table>
@@ -471,7 +471,7 @@
   </#if>
 <#-- New Shippment Methods-->
   <#if requestParameters.newShipMethod?exists>
-    <div class="head2">${uiLabelMap.ProductStoreShipmentMethodAssociations}</div>
+    <h2>${uiLabelMap.ProductStoreShipmentMethodAssociations}</h2>
     <table border="1" cellpadding="2" cellspacing="0">
       <tr>
         <td><span class="tableheadtext">${uiLabelMap.ProductShipmentMethodType}</span></td>
@@ -713,7 +713,7 @@
         </tr>
         <tr>
           <td>
-            <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonAdd}">
+            <input type="submit" value="${uiLabelMap.CommonAdd}">
           </td>
         </tr>
       </form>
@@ -720,7 +720,7 @@
     </table>
     <br/>
 
-    <div class="head2">${uiLabelMap.ProductShipmentMethodType} :</div>
+    <h2>${uiLabelMap.ProductShipmentMethodType} :</h2>
     <table cellspacing="2" cellpadding="2">
       <form name="editmeth" method="post" action="<@ofbizUrl>EditProductStoreShipSetup</@ofbizUrl>">
         <input type="hidden" name="viewProductStoreId" value="${productStoreId}">
@@ -733,7 +733,7 @@
                 <option value="${shipmentMethodType.shipmentMethodTypeId}">${shipmentMethodType.description?default(shipmentMethodType.shipmentMethodTypeId)}</option>
               </#list>
             </select>
-            <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonEdit}">
+            <input type="submit" value="${uiLabelMap.CommonEdit}">
           </td>
         </tr>
       </form>
@@ -751,7 +751,7 @@
           <td align="right"><span class="tableheadtext">${uiLabelMap.ProductShipmentMethodType}</span></td>
           <td>
             <#if shipmentMethodType?has_content>
-              <div class="tabletext">${shipmentMethodType.shipmentMethodTypeId}</div>
+              <p>${shipmentMethodType.shipmentMethodTypeId}</p>
               <input type="hidden" name="shipmentMethodTypeId" value="${shipmentMethodType.shipmentMethodTypeId}">
             <#else>
               <input type="text" class="inputBox" name="shipmentMethodTypeId" size="20"> *</td>
@@ -764,7 +764,7 @@
         </tr>
         <tr>
           <td>
-            <input type="submit" class="smallSubmit" value="${buttonText}">
+            <input type="submit" value="${buttonText}">
           </td>
         </tr>
       </form>
@@ -772,7 +772,7 @@
 
     <br/>
 
-    <div class="head2">${uiLabelMap.ProductCarrierShipmentMethod} :</div>
+    <h2>${uiLabelMap.ProductCarrierShipmentMethod} :</h2>
     <table cellspacing="2" cellpadding="2">
       <form name="editcarr" method="post" action="<@ofbizUrl>EditProductStoreShipSetup</@ofbizUrl>">
         <input type="hidden" name="viewProductStoreId" value="${productStoreId}">
@@ -786,7 +786,7 @@
                 <option value="${shipmentMethod.partyId}|${shipmentMethod.roleTypeId}|${shipmentMethod.shipmentMethodTypeId}">${shipmentMethod.description} (${shipmentMethod.partyId}/${shipmentMethod.roleTypeId})</option>
               </#list>
             </select>
-            <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonEdit}">
+            <input type="submit"  value="${uiLabelMap.CommonEdit}">
           </td>
         </tr>
       </form>
@@ -806,7 +806,7 @@
           <td>
             <#if carrierShipmentMethod?has_content>
               <input type="hidden" name="shipmentMethodTypeId" value="${carrierShipmentMethod.shipmentMethodTypeId}">
-              <div class="tabletext">${carrierShipmentMethod.shipmentMethodTypeId}</div>
+              <p>${carrierShipmentMethod.shipmentMethodTypeId}</p>
             <#else>
               <select class="selectBox" name="shipmentMethodTypeId">
                 <#list shipmentMethodTypes as shipmentMethodType>
@@ -821,7 +821,7 @@
           <td>
             <#if carrierShipmentMethod?has_content>
               <input type="hidden" name="roleTypeId" value="${carrierShipmentMethod.roleTypeId}">
-              <div class="tabletext">${carrierShipmentMethod.roleTypeId}</div>
+              <p>${carrierShipmentMethod.roleTypeId}</p>
             <#else>
               <select class="selectBox" name="roleTypeId">
                 <#list roleTypes as roleType>
@@ -836,7 +836,7 @@
           <td>
             <#if carrierShipmentMethod?has_content>
               <input type="hidden" name="partyId" value="${carrierShipmentMethod.partyId}">
-              <div class="tabletext">${carrierShipmentMethod.partyId}</div>
+              <p>${carrierShipmentMethod.partyId}</p>
             <#else>
               <input type="text" class="inputBox" name="partyId" size="20" value="${carrierShipmentMethod.partyId?if_exists}"> *
             </#if>
@@ -855,7 +855,7 @@
         </tr>
         <tr>
           <td>
-            <input type="submit" class="smallSubmit" value="${buttonText}">
+            <input type="submit" value="${buttonText}">
           </td>
         </tr>
       </form>
Index: applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl
===================================================================
--- applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl	(revision 493251)
+++ applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl	(working copy)
@@ -42,7 +42,7 @@
 </table>
 <br/>
 
-<div class="head2">${uiLabelMap.PageTitleEditProductStoreSurveys}:</div>
+<h2>${uiLabelMap.PageTitleEditProductStoreSurveys}:</h2>
 <form name="addSurvey" action="<@ofbizUrl>createProductStoreSurveyAppl</@ofbizUrl>" method="post">
     <input type="hidden" name="productStoreId" value="${productStoreId}">
     <table cellspacing="2" cellpadding="2">
@@ -123,7 +123,7 @@
       </tr>
       <tr>
         <td>&nbsp;</td>
-        <td><input type="submit" class="smallSubmit" value="${uiLabelMap.CommonAdd}"></td>
+        <td><input type="submit" value="${uiLabelMap.CommonAdd}"></td>
       </tr>
     </table>
 </form>
Index: applications/product/webapp/catalog/store/EditProductStoreTaxSetup.ftl
===================================================================
--- applications/product/webapp/catalog/store/EditProductStoreTaxSetup.ftl	(revision 493251)
+++ applications/product/webapp/catalog/store/EditProductStoreTaxSetup.ftl	(working copy)
@@ -23,19 +23,19 @@
       <td nowrap><div class="tableheadtext">${uiLabelMap.ProductMinPurchase}</div></td>
       <td nowrap><div class="tableheadtext">${uiLabelMap.ProductTaxRate}</div></td>
       <td nowrap><div class="tableheadtext">${uiLabelMap.CommonFromDate}</div></td>             
-      <td nowrap><div class="tabletext">&nbsp;</div></td>
+      <td nowrap><p>&nbsp;</p></td>
     </tr>
     <#list taxItems as taxItem>      
       <tr>                  
-        <td><div class="tabletext">${taxItem.countryGeoId}</div></td>
-        <td><div class="tabletext">${taxItem.stateProvinceGeoId}</div></td>
-        <td><div class="tabletext">${taxItem.taxCategory}</div></td>
-        <td><div class="tabletext">${taxItem.minItemPrice?string("##0.00")}</div></td>
-        <td><div class="tabletext">${taxItem.minPurchase?string("##0.00")}</div></td>
-        <td><div class="tabletext">${taxItem.salesTaxPercentage?if_exists}</div></td>
-        <td><div class="tabletext">${taxItem.fromDate?string}</div></td>
+        <td><p>${taxItem.countryGeoId}</p></td>
+        <td><p>${taxItem.stateProvinceGeoId}</p></td>
+        <td><p>${taxItem.taxCategory}</p></td>
+        <td><p>${taxItem.minItemPrice?string("##0.00")}</p></td>
+        <td><p>${taxItem.minPurchase?string("##0.00")}</p></td>
+        <td><p>${taxItem.salesTaxPercentage?if_exists}</p></td>
+        <td><p>${taxItem.fromDate?string}</p></td>
         <#if security.hasEntityPermission("TAXRATE", "_DELETE", session)>
-          <td align="center"><div class="tabletext"><a href="<@ofbizUrl>storeRemoveTaxRate?productStoreId=${productStoreId}&countryGeoId=${taxItem.countryGeoId}&stateProvinceGeoId=${taxItem.stateProvinceGeoId}&taxCategory=${taxItem.taxCategory}&minItemPrice=${taxItem.minItemPrice?string.number}&minPurchase=${taxItem.minPurchase?string.number}&fromDate=${taxItem.fromDate}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonDelete}]</a></div></td>
+          <td align="center"><p><a href="<@ofbizUrl>storeRemoveTaxRate?productStoreId=${productStoreId}&countryGeoId=${taxItem.countryGeoId}&stateProvinceGeoId=${taxItem.stateProvinceGeoId}&taxCategory=${taxItem.taxCategory}&minItemPrice=${taxItem.minItemPrice?string.number}&minPurchase=${taxItem.minPurchase?string.number}&fromDate=${taxItem.fromDate}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonDelete}]</a></p></td>
         <#else>
           <td>&nbsp;</td>
         </#if>
@@ -104,7 +104,7 @@
           <td><input type="text" name="thruDate" class="inputBox"><a href="javascript:call_cal(document.addrate.thruDate, null);"><img src='/images/cal.gif' width='16' height='16' border='0' alt='Calendar'></a></td>
         </tr>        
         <tr>
-          <td><input type="submit" class="smallSubmit" value="${uiLabelMap.CommonAdd}"/></td>
+          <td><input type="submit" value="${uiLabelMap.CommonAdd}"/></td>
         </tr>
       </form>
     </#if>
Index: applications/product/webapp/catalog/store/EditProductStoreWebSites.ftl
===================================================================
--- applications/product/webapp/catalog/store/EditProductStoreWebSites.ftl	(revision 493251)
+++ applications/product/webapp/catalog/store/EditProductStoreWebSites.ftl	(working copy)
@@ -36,7 +36,7 @@
 </table>
   
   <br/>
-<div class="head2">${uiLabelMap.ProductSetStoreOnWebSite}:</div>
+<h2>${uiLabelMap.ProductSetStoreOnWebSite}:</h2>
 <form name="addWebSite" action="<@ofbizUrl>storeUpdateWebSite</@ofbizUrl>" method="post">
     <input type="hidden" name="viewProductStoreId" value="${productStoreId}">
     <input type="hidden" name="productStoreId" value="${productStoreId}">
@@ -45,5 +45,5 @@
         <option value="${webSite.webSiteId}">${webSite.siteName} [${webSite.webSiteId}]</option>
       </#list>
     </select>
-    <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonUpdate}">
+    <input type="submit" value="${uiLabelMap.CommonUpdate}">
 </form>
Index: applications/product/webapp/catalog/store/FindProductStore.ftl
===================================================================
--- applications/product/webapp/catalog/store/FindProductStore.ftl	(revision 493251)
+++ applications/product/webapp/catalog/store/FindProductStore.ftl	(working copy)
@@ -14,7 +14,7 @@
 License for the specific language governing permissions and limitations
 under the License.
 -->
-  <div class="head1">${uiLabelMap.ProductProductStoreList}</div>
+  <h1>${uiLabelMap.ProductProductStoreList}</h1>
   <div><a href="<@ofbizUrl>EditProductStore</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductCreateNewProductStore}]</a></div>
   <br/>
   <table border="1" cellpadding="2" cellspacing="0">
@@ -19,16 +19,16 @@
   <br/>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-      <td><div class="tabletext"><b>${uiLabelMap.ProductStoreNameId}</b></div></td>
-      <td><div class="tabletext"><b>${uiLabelMap.ProductTitle}</b></div></td>
-      <td><div class="tabletext"><b>${uiLabelMap.ProductSubTitle}</b></div></td>
-      <td><div class="tabletext">&nbsp;</div></td>
+      <td><p><b>${uiLabelMap.ProductStoreNameId}</b></p></td>
+      <td><p><b>${uiLabelMap.ProductTitle}</b></p></td>
+      <td><p><b>${uiLabelMap.ProductSubTitle}</b></p></td>
+      <td><p>&nbsp;</p></td>
     </tr>
     <#list productStores as productStore>
       <tr valign="middle">
-        <td><div class="tabletext">&nbsp;<a href="<@ofbizUrl>EditProductStore?productStoreId=${productStore.productStoreId}</@ofbizUrl>" class="buttontext">${productStore.storeName?if_exists} [${productStore.productStoreId}]</a></div></td>
-        <td><div class="tabletext">&nbsp;${productStore.title?if_exists}</div></td>
-        <td><div class="tabletext">&nbsp;${productStore.subtitle?if_exists}</div></td>
+        <td><p>&nbsp;<a href="<@ofbizUrl>EditProductStore?productStoreId=${productStore.productStoreId}</@ofbizUrl>" class="buttontext">${productStore.storeName?if_exists} [${productStore.productStoreId}]</a></p></td>
+        <td><p>&nbsp;${productStore.title?if_exists}</p></td>
+        <td><p>&nbsp;${productStore.subtitle?if_exists}</p></td>
         <td>
           <a href="<@ofbizUrl>EditProductStore?productStoreId=${productStore.productStoreId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a>
         </td>
Index: applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl
===================================================================
--- applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl	(revision 493251)
+++ applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl	(working copy)
@@ -14,9 +14,9 @@
 License for the specific language governing permissions and limitations
 under the License.
 -->
-<div class="head1">${uiLabelMap.ProductAlternateKeyWordThesaurus}</div>
+<h1>${uiLabelMap.ProductAlternateKeyWordThesaurus}</h1>
 <form method="post" action="<@ofbizUrl>createKeywordThesaurus</@ofbizUrl>">
-    <div class="tabletext">
+    <p>
         ${uiLabelMap.ProductKeyword} :<input type="text" name="enteredKeyword" size="10" class="inputBox"/>
         ${uiLabelMap.ProductAlternate} :<input type="text" name="alternateKeyword" size="10" class="inputBox"/>
         ${uiLabelMap.ProductRelationship} :<select name="relationshipEnumId" class="selectBox"><#list relationshipEnums as relationshipEnum><option value="${relationshipEnum.enumId}">${relationshipEnum.get("description",locale)}</option></#list></select>
@@ -21,10 +21,10 @@
         ${uiLabelMap.ProductAlternate} :<input type="text" name="alternateKeyword" size="10" class="inputBox"/>
         ${uiLabelMap.ProductRelationship} :<select name="relationshipEnumId" class="selectBox"><#list relationshipEnums as relationshipEnum><option value="${relationshipEnum.enumId}">${relationshipEnum.get("description",locale)}</option></#list></select>
         <input type="submit" value="${uiLabelMap.CommonAdd}"/>
-    </div>
+    </p>
 </form>
 
-<div class="tabletext">
+<p>
     <#list letterList as letter>
       <#if letter == firstLetter><#assign highlight=true><#else><#assign highlight=false></#if>
       <a href="<@ofbizUrl>editKeywordThesaurus?firstLetter=${letter}</@ofbizUrl>" class="buttontext"><#if highlight>[</#if>[${letter}]<#if highlight>]</#if></a>
@@ -29,7 +29,7 @@
       <#if letter == firstLetter><#assign highlight=true><#else><#assign highlight=false></#if>
       <a href="<@ofbizUrl>editKeywordThesaurus?firstLetter=${letter}</@ofbizUrl>" class="buttontext"><#if highlight>[</#if>[${letter}]<#if highlight>]</#if></a>
     </#list>
-</div>
+</p>
 <br/>
 
 <#assign lastkeyword = "">
@@ -45,11 +45,11 @@
         <tr>
           <td>
             <form method="post" action="<@ofbizUrl>createKeywordThesaurus</@ofbizUrl>">
-              <div class="tabletext">
+              <p>
                 <b>${keyword.enteredKeyword}</b>
                 <a href="<@ofbizUrl>deleteKeywordThesaurus?enteredKeyword=${keyword.enteredKeyword}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonDeleteAll}]</a>
-              </div>
-              <div class="tabletext">
+              </p>
+              <p>
                 <input type="hidden" name="enteredKeyword" value=${keyword.enteredKeyword}>
                 ${uiLabelMap.ProductAlternate} : <input type="text" name="alternateKeyword" size="10">
                 ${uiLabelMap.ProductRelationship} :<select name="relationshipEnumId" class="selectBox"><#list relationshipEnums as relationshipEnum><option value="${relationshipEnum.enumId}">${relationshipEnum.get("description",locale)}</option></#list></select>
@@ -54,7 +54,7 @@
                 ${uiLabelMap.ProductAlternate} : <input type="text" name="alternateKeyword" size="10">
                 ${uiLabelMap.ProductRelationship} :<select name="relationshipEnumId" class="selectBox"><#list relationshipEnums as relationshipEnum><option value="${relationshipEnum.enumId}">${relationshipEnum.get("description",locale)}</option></#list></select>
                 <input type="submit" value="${uiLabelMap.CommonAdd}">
-              </div>
+              </p>
             </form>
           </td>
           <td align="left">
@@ -59,10 +59,10 @@
           </td>
           <td align="left">
       </#if>
-      <div class="tabletext">
+      <p>
         <a href="<@ofbizUrl>deleteKeywordThesaurus?enteredKeyword=${keyword.enteredKeyword}&alternateKeyword=${keyword.alternateKeyword}</@ofbizUrl>" class="buttontext">[X]</a>
         <b>${keyword.alternateKeyword}</b>&nbsp;(${uiLabelMap.ProductRelationship}:${(relationship.get("description",locale))?default(keyword.relationshipEnumId?if_exists)})
-      </div>
+      </p>
     </#list>
       </td>
     </tr>
Index: applications/product/webapp/facility/facility/EditContactMech.ftl
===================================================================
--- applications/product/webapp/facility/facility/EditContactMech.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/EditContactMech.ftl	(working copy)
@@ -28,7 +28,7 @@
       <input type='hidden' name='DONE_PAGE' value='${donePage?if_exists}'>
       <table width="90%" border="0" cellpadding="2" cellspacing="0">
         <tr>
-          <td width="26%"><div class="tabletext">${uiLabelMap.PartySelectContactType}:</div></td>
+          <td width="26%"><p>${uiLabelMap.PartySelectContactType}:</p></td>
           <td width="74%">
             <select name="preContactMechTypeId" class="selectBox">
               <#list mechMap.contactMechTypes as contactMechType>
@@ -66,7 +66,7 @@
       <table width="90%" border="0" cellpadding="2" cellspacing="0">
         <#if mechMap.purposeTypes?has_content>
         <tr>
-          <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyContactPurposes}</div></td>
+          <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyContactPurposes}</p></td>
           <td width="5">&nbsp;</td>
           <td width="74%">
             <table border='0' cellspacing='1' bgcolor='black'>  
@@ -75,7 +75,7 @@
                 <#assign contactMechPurposeType = facilityContactMechPurpose.getRelatedOneCache("ContactMechPurposeType")>
                 <tr>
                   <td bgcolor='white'>
-                    <div class="tabletext">&nbsp;
+                    <p>&nbsp;
                       <#if contactMechPurposeType?has_content>
                         <b>${contactMechPurposeType.get("description",locale)}</b>
                       <#else>
@@ -83,7 +83,7 @@
                       </#if>
                       (${uiLabelMap.CommonSince}:${facilityContactMechPurpose.fromDate.toString()})
                       <#if facilityContactMechPurpose.thruDate?has_content>(${uiLabelMap.CommonExpires}: ${facilityContactMechPurpose.thruDate.toString()}</#if>
-                    &nbsp;</div></td>
+                    &nbsp;</p></td>
                   <td bgcolor='white'><div><a href='<@ofbizUrl>deleteFacilityContactMechPurpose?facilityId=${facilityId}&contactMechId=${contactMechId}&contactMechPurposeTypeId=${facilityContactMechPurpose.contactMechPurposeTypeId}&fromDate=${facilityContactMechPurpose.fromDate.toString()}&DONE_PAGE=${donePage}&useValues=true</@ofbizUrl>' class='buttontext'>&nbsp;${uiLabelMap.CommonDelete}&nbsp;</a></div></td>
                 </tr>
               </#list>
@@ -116,7 +116,7 @@
   
   <#if "POSTAL_ADDRESS" = mechMap.contactMechTypeId?if_exists>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyToName}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyToName}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
         <input type="text" class="inputBox" size="30" maxlength="60" name="toName" value="${(mechMap.postalAddress.toName)?default(request.getParameter('toName')?if_exists)}">
@@ -123,7 +123,7 @@
       </td>
     </tr>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyAttentionName}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyAttentionName}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
         <input type="text" class="inputBox" size="30" maxlength="60" name="attnName" value="${(mechMap.postalAddress.attnName)?default(request.getParameter('attnName')?if_exists)}">
@@ -130,7 +130,7 @@
       </td>
     </tr>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyAddressLine1}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyAddressLine1}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
         <input type="text" class="inputBox" size="30" maxlength="30" name="address1" value="${(mechMap.postalAddress.address1)?default(request.getParameter('address1')?if_exists)}">
@@ -137,7 +137,7 @@
       *</td>
     </tr>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyAddressLine2}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyAddressLine2}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
           <input type="text" class="inputBox" size="30" maxlength="30" name="address2" value="${(mechMap.postalAddress.address2)?default(request.getParameter('address2')?if_exists)}">
@@ -144,7 +144,7 @@
       </td>
     </tr>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyCity}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyCity}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
           <input type="text" class="inputBox" size="30" maxlength="30" name="city" value="${(mechMap.postalAddress.city)?default(request.getParameter('city')?if_exists)}">
@@ -151,7 +151,7 @@
       *</td>
     </tr>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyState}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyState}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
         <select name="stateProvinceGeoId" class="selectBox">
@@ -162,7 +162,7 @@
       *</td>
     </tr>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyZipCode}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyZipCode}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
         <input type="text" class="inputBox" size="12" maxlength="10" name="postalCode" value="${(mechMap.postalAddress.postalCode)?default(request.getParameter('postalCode')?if_exists)}">
@@ -169,7 +169,7 @@
       *</td>
     </tr>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyCountry}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyCountry}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
         <select name="countryGeoId" class="selectBox">
@@ -181,7 +181,7 @@
     </tr>
   <#elseif "TELECOM_NUMBER" = mechMap.contactMechTypeId?if_exists>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyPhoneNumber}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyPhoneNumber}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
         <input type="text" class="inputBox" size="4" maxlength="10" name="countryCode" value="${(mechMap.telecomNumber.countryCode)?default(request.getParameter('countryCode')?if_exists)}">
@@ -191,13 +191,13 @@
       </td>
     </tr>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext"></div></td>
+      <td width="26%" align="right" valign="top"><p></p></td>
       <td width="5">&nbsp;</td>
-      <td><div class="tabletext">[${uiLabelMap.PartyCountryCode}] [${uiLabelMap.PartyAreaCode}] [${uiLabelMap.PartyContactNumber}] [${uiLabelMap.PartyExtension}]</div></td>
+      <td><p>[${uiLabelMap.PartyCountryCode}] [${uiLabelMap.PartyAreaCode}] [${uiLabelMap.PartyContactNumber}] [${uiLabelMap.PartyExtension}]</p></td>
     </tr>
   <#elseif "EMAIL_ADDRESS" = mechMap.contactMechTypeId?if_exists>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyEmailAddress}</div></td>
+      <td width="26%" align="right" valign="top"><p>${uiLabelMap.PartyEmailAddress}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
           <input type="text" class="inputBox" size="60" maxlength="255" name="emailAddress" value="${(mechMap.contactMech.infoString)?default(request.getParameter('emailAddress')?if_exists)}">
@@ -205,7 +205,7 @@
     </tr>
   <#else>
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${mechMap.contactMechType.get("description",locale)}</div></td>
+      <td width="26%" align="right" valign="top"><p>${mechMap.contactMechType.get("description",locale)}</p></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
           <input type="text" class="inputBox" size="60" maxlength="255" name="infoString" value="${(mechMap.contactMech.infoString)?if_exists}">
Index: applications/product/webapp/facility/facility/EditFacility.ftl
===================================================================
--- applications/product/webapp/facility/facility/EditFacility.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/EditFacility.ftl	(working copy)
@@ -17,7 +17,7 @@
 
 <#if security.hasEntityPermission("FACILITY", "_VIEW", session)>
 
-<div class="head1">${uiLabelMap.ProductFacility} <span class='head2'>${facility.facilityName?if_exists} [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+<h1>${uiLabelMap.ProductFacility} ${facility.facilityName?if_exists} [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
 <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductNewFacility}</a>
 <#if facilityId?has_content>
     <a href="/workeffort/control/month?facilityId=${facilityId}&externalLoginKey=${requestAttributes.externalLoginKey?if_exists}" class="buttontext">${uiLabelMap.CommonViewCalendar}</a>
@@ -28,7 +28,7 @@
   <table border='0' cellpadding='2' cellspacing='0'>
   <input type="hidden" name="facilityId" value="${facilityId?if_exists}">
   <tr>
-    <td align="right"><div class="tabletext">${uiLabelMap.ProductFacilityId}</div></td>
+    <td align="right"><p>${uiLabelMap.ProductFacilityId}</p></td>
     <td>&nbsp;</td>
     <td>
       <b>${facilityId?if_exists}</b> (${uiLabelMap.ProductNotModificationRecrationFacility}.)
@@ -42,7 +42,7 @@
   </#if>
 </#if>
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductFacilityTypeId}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductFacilityTypeId}</p></td>
     <td>&nbsp;</td>
     <td width="74%">
       <select name="facilityTypeId" size="1" class='selectBox'>
@@ -55,7 +55,7 @@
     </td>
   </tr>
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductFacilityOwner}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductFacilityOwner}</p></td>
     <td>&nbsp;</td>
     <td width="74%">
       <select name="ownerPartyId" size="1" class='selectBox'>
@@ -68,7 +68,7 @@
     </td>
   </tr>
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductFacilityDefaultWeightUnit}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductFacilityDefaultWeightUnit}</p></td>
     <td>&nbsp;</td>
     <td width="74%">
       <select name="defaultWeightUomId" size="1" class='selectBox'>
@@ -84,7 +84,7 @@
     </td>
   </tr>
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductFacilityDefaultInventoryItemType}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductFacilityDefaultInventoryItemType}</p></td>
     <td>&nbsp;</td>
     <td width="74%">
       <select name="defaultInventoryItemTypeId" size="1" class='selectBox'>
@@ -100,7 +100,7 @@
   </tr>
 
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductName}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductName}</p></td>
     <td>&nbsp;</td>
     <td width="74%"><input type="text" class="inputBox" name="facilityName" value="${facility.facilityName?if_exists}" size="30" maxlength="60"></td>
   </tr>
@@ -105,7 +105,7 @@
     <td width="74%"><input type="text" class="inputBox" name="facilityName" value="${facility.facilityName?if_exists}" size="30" maxlength="60"></td>
   </tr>
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductSquareFootage}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductSquareFootage}</p></td>
     <td>&nbsp;</td>
     <td width="74%"><input type="text" class="inputBox" name="squareFootage" value="${facility.squareFootage?if_exists}" size="10" maxlength="20"></td>
   </tr>
@@ -110,7 +110,7 @@
     <td width="74%"><input type="text" class="inputBox" name="squareFootage" value="${facility.squareFootage?if_exists}" size="10" maxlength="20"></td>
   </tr>
   <tr>
-    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductDescription}</div></td>
+    <td width="26%" align="right"><p>${uiLabelMap.ProductDescription}</p></td>
     <td>&nbsp;</td>
     <td width="74%"><input type="text" class="inputBox" name="description" value="${facility.description?if_exists}" size="60" maxlength="250"></td>
   </tr>
Index: applications/product/webapp/facility/facility/EditFacilityGroups.ftl
===================================================================
--- applications/product/webapp/facility/facility/EditFacilityGroups.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/EditFacilityGroups.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
     
-    <div class="head1">${uiLabelMap.ProductGroupsFor} <span class="head2"><#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+    <h1>${uiLabelMap.ProductGroupsFor} <#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
     <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a>
     <#if activeOnly>
         <a href="<@ofbizUrl>EditFacilityGroups?facilityId=${facilityId}&activeOnly=false</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductActiveAndInactive}]</a>
@@ -50,10 +50,10 @@
         
         <table border="1" width="100%" cellpadding="2" cellspacing="0">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductFacilityGroupNameId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-            <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
-            <td><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td><p><b>${uiLabelMap.ProductFacilityGroupNameId}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+            <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequence}</b></p></td>
+            <td><p><b>&nbsp;</b></p></td>
         </tr>
         <#if (facilityGroupMembers.size() > 0)>
             <#assign line = 0>
@@ -118,8 +118,8 @@
         <input type="hidden" name="useValues" value="true">
         <input type="hidden" name="activeOnly" value="${activeOnly.toString()}">
         
-        <div class="head2">${uiLabelMap.ProductAddFacilityGroupMember}:</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.ProductAddFacilityGroupMember}:</h2>
+        <p>
             ${uiLabelMap.ProductFacilityGroup} ${uiLabelMap.CommonId}: 
             <select name="facilityGroupId" size="1" class="selectBox">
                 <#list facilityGroups as facilityGroup>
@@ -129,7 +129,7 @@
             ${uiLabelMap.CommonFromDate}: <input type="text" size="25" class="inputBox" name="fromDate">
             <a href="javascript:call_cal(document.addFacilityGroupMemberForm.fromDate, '${nowTimestampString}');"><img src="/images/cal.gif" width="16" height="16" border="0" alt="Calendar"></a>
             <input type="submit" value="${uiLabelMap.CommonAdd}">
-        </div>
+        </p>
         </form>
         
         <!-- TO DO IMPLEMENT THIS
Index: applications/product/webapp/facility/facility/EditFacilityLocation.ftl
===================================================================
--- applications/product/webapp/facility/facility/EditFacilityLocation.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/EditFacilityLocation.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
     
-    <div class="head1">${uiLabelMap.ProductLocationFor} <span class="head2"><#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+    <h1>${uiLabelMap.ProductLocationFor} <#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
     <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a>
     <a href="<@ofbizUrl>EditFacilityLocation?facilityId=${facilityId?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacilityLocation}]</a>
     <#if facilityId?exists && locationSeqId?exists>
@@ -32,7 +32,7 @@
         <input type="hidden" name="facilityId" value="${facilityId?if_exists}">
         <input type="hidden" name="locationSeqId" value="${locationSeqId}">
         <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductFacilityId}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductFacilityId}</p></td>
             <td>&nbsp;</td>
             <td>
             <b>${facilityId?if_exists}</b>
@@ -39,7 +39,7 @@
             </td>
         </tr>
         <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductLocationSeqId}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductLocationSeqId}</p></td>
             <td>&nbsp;</td>
             <td>
             <b>${locationSeqId}</b>
@@ -46,7 +46,7 @@
             </td>
         </tr>
     <#else>
-        <div class="head1">${uiLabelMap.ProductNotCreateLocationFacilityId}</div>
+        <h1>${uiLabelMap.ProductNotCreateLocationFacilityId}</h1>
     </#if>
     
     <#if facilityId?exists>      
@@ -51,7 +51,7 @@
     
     <#if facilityId?exists>      
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductType}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductType}</p></td>
             <td>&nbsp;</td>
             <td width="74%">
                 <select name="locationTypeEnumId">
@@ -67,7 +67,7 @@
             </td>
         </tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.CommonArea}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.CommonArea}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="areaId" value="${(facilityLocation.areaId)?if_exists}" size="19" maxlength="20"></td>
         </tr>
@@ -72,7 +72,7 @@
             <td width="74%"><input type="text" class="inputBox" name="areaId" value="${(facilityLocation.areaId)?if_exists}" size="19" maxlength="20"></td>
         </tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductAisle}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductAisle}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="aisleId" value="${(facilityLocation.aisleId)?if_exists}" size="19" maxlength="20"></td>
         </tr>
@@ -77,7 +77,7 @@
             <td width="74%"><input type="text" class="inputBox" name="aisleId" value="${(facilityLocation.aisleId)?if_exists}" size="19" maxlength="20"></td>
         </tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductSection}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductSection}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="sectionId" value="${(facilityLocation.sectionId)?if_exists}" size="19" maxlength="20"></td>
         </tr>
@@ -82,7 +82,7 @@
             <td width="74%"><input type="text" class="inputBox" name="sectionId" value="${(facilityLocation.sectionId)?if_exists}" size="19" maxlength="20"></td>
         </tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductLevel}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductLevel}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="levelId" value="${(facilityLocation.levelId)?if_exists}" size="19" maxlength="20"></td>
         </tr>
@@ -87,7 +87,7 @@
             <td width="74%"><input type="text" class="inputBox" name="levelId" value="${(facilityLocation.levelId)?if_exists}" size="19" maxlength="20"></td>
         </tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductPosition}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductPosition}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="positionId" value="${(facilityLocation.positionId)?if_exists}" size="19" maxlength="20"></td>
         </tr>    
@@ -101,12 +101,12 @@
     <hr class="sepbar"/>
     
         <#-- ProductFacilityLocation stuff -->
-        <div class="head2">${uiLabelMap.ProductLocationProduct}:</div>
+        <h2>${uiLabelMap.ProductLocationProduct}:</h2>
         <table border="1" width="100%" cellpadding="2" cellspacing="0">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductProduct}</b></div></td>
-            <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductMinimumStockAndMoveQuantity}</b></div></td>
-            <td><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td><p><b>${uiLabelMap.ProductProduct}</b></p></td>
+            <td align="center"><p><b>${uiLabelMap.ProductMinimumStockAndMoveQuantity}</b></p></td>
+            <td><p><b>&nbsp;</b></p></td>
         </tr>
         <#list productFacilityLocations?if_exists as productFacilityLocation>
             <#assign product = productFacilityLocation.getRelatedOne("Product")?if_exists>
@@ -111,7 +111,7 @@
         <#list productFacilityLocations?if_exists as productFacilityLocation>
             <#assign product = productFacilityLocation.getRelatedOne("Product")?if_exists>
             <tr valign="middle">
-                <td><div class="tabletext"><#if product?exists>${(product.internalName)?if_exists}</#if>[${productFacilityLocation.productId}]</div></td>
+                <td><p><#if product?exists>${(product.internalName)?if_exists}</#if>[${productFacilityLocation.productId}]</p></td>
                 <td align="center">
                     <form method="post" action="<@ofbizUrl>updateProductFacilityLocation</@ofbizUrl>" name="lineForm${productFacilityLocation_index}">
                         <input type="hidden" name="productId" value="${(productFacilityLocation.productId)?if_exists}"/>
@@ -134,8 +134,8 @@
             <input type="hidden" name="facilityId" value="${facilityId?if_exists}">
             <input type="hidden" name="locationSeqId" value="${locationSeqId?if_exists}">
             <input type="hidden" name="useValues" value="true">
-            <div class="head2">${uiLabelMap.ProductAddProduct}:</div>
-            <div class="tabletext">
+            <h2>${uiLabelMap.ProductAddProduct}:</h2>
+            <p>
                 ${uiLabelMap.ProductProductId}:&nbsp;<input type="text" size="10" name="productId" class="inputBox">
                 ${uiLabelMap.ProductMinimumStock}:&nbsp;<input type="text" size="10" name="minimumStock" class="inputBox">
                 ${uiLabelMap.ProductMoveQuantity}:&nbsp;<input type="text" size="10" name="moveQuantity" class="inputBox">
@@ -140,6 +140,6 @@
                 ${uiLabelMap.ProductMinimumStock}:&nbsp;<input type="text" size="10" name="minimumStock" class="inputBox">
                 ${uiLabelMap.ProductMoveQuantity}:&nbsp;<input type="text" size="10" name="moveQuantity" class="inputBox">
                 <input type="submit" value="${uiLabelMap.CommonAdd}" style="font-size: x-small;">
-            </div>
+            </p>
         </form>
     </#if>
Index: applications/product/webapp/facility/facility/EditFacilityRoles.ftl
===================================================================
--- applications/product/webapp/facility/facility/EditFacilityRoles.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/EditFacilityRoles.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
     
-    <div class="head1">${uiLabelMap.PartyRoleFor} <span class="head2"><#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+    <h1>${uiLabelMap.PartyRoleFor} <#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
     <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a>
     <p>
     
@@ -22,9 +22,9 @@
     <p class="head2">${uiLabelMap.ProductFacilityRoleMemberMaintenance}</p>
     <table border="1" cellpadding="2" cellspacing="0">
     <tr>
-        <td><div class="tabletext"><b>${uiLabelMap.PartyPartyId}</b></div></td>
-        <td><div class="tabletext"><b>${uiLabelMap.PartyRoleType}</b></div></td>  
-        <td><div class="tabletext"><b>&nbsp;</b></div></td>
+        <td><p><b>${uiLabelMap.PartyPartyId}</b></p></td>
+        <td><p><b>${uiLabelMap.PartyRoleType}</b></p></td>  
+        <td><p><b>&nbsp;</b></p></td>
     </tr>
     
     <#list facilityRoles as facilityRole>  
@@ -31,7 +31,7 @@
     <#assign roleType = facilityRole.getRelatedOne("RoleType")>
     <tr valign="middle">
         <td><a href="/partymgr/control/viewprofile?party_id=${(facilityRole.partyId)?if_exists}" class="buttontext">${(facilityRole.partyId)?if_exists}</a></td>    
-        <td><div class="tabletext">${(roleType.get("description",locale))?if_exists}</div></td>    
+        <td><p>${(roleType.get("description",locale))?if_exists}</p></td>    
         <td align="center">
         <a href="<@ofbizUrl>removePartyFromFacility?facilityId=${(facilityRole.facilityId)?if_exists}&partyId=${(facilityRole.partyId)?if_exists}&roleTypeId=${(facilityRole.roleTypeId)?if_exists}</@ofbizUrl>" class="buttontext">
         [${uiLabelMap.CommonDelete}]</a>
@@ -43,8 +43,8 @@
     <br/>
     <form method="post" action="<@ofbizUrl>addPartyToFacility</@ofbizUrl>" style="margin: 0;">
     <input type="hidden" name="facilityId" value="${facilityId}">  
-    <div class="head2">${uiLabelMap.ProductAddFacilityPartyRole}:</div>
-    <div class="tabletext">
+    <h2>${uiLabelMap.ProductAddFacilityPartyRole}:</h2>
+    <p>
         ${uiLabelMap.PartyPartyId}: <input type="text" class="inputBox" size="20" name="partyId">
         ${uiLabelMap.PartyRoleType}:
         <select name="roleTypeId" class="selectBox"><option></option>
@@ -53,5 +53,5 @@
         </#list>
         </select>
         <input type="submit" value="${uiLabelMap.CommonAdd}">
-    </div>
+    </p>
     </form>
Index: applications/product/webapp/facility/facility/FindFacility.ftl
===================================================================
--- applications/product/webapp/facility/facility/FindFacility.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/FindFacility.ftl	(working copy)
@@ -17,7 +17,7 @@
 
 <#if security.hasEntityPermission("FACILITY", "_VIEW", session)>
 
-<div class="head1">${uiLabelMap.ProductFacilitiesList}</div>
+<h1>${uiLabelMap.ProductFacilitiesList}</h1>
 
 <div><a href='<@ofbizUrl>EditFacility</@ofbizUrl>' class="buttontext">${uiLabelMap.ProductCreateNewFacility}</a></div>
 <br/>
@@ -23,12 +23,12 @@
 <br/>
 <table border="1" cellpadding='2' cellspacing='0'>
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductFacilityNameId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductFacilityType}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductFacilityOwner}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductSqFt}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductDescription}</b></div></td>
-    <td><div class="tabletext">&nbsp;</div></td>
+    <td><p><b>${uiLabelMap.ProductFacilityNameId}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductFacilityType}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductFacilityOwner}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductSqFt}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductDescription}</b></p></td>
+    <td><p>&nbsp;</p></td>
   </tr>
 <#list facilities as facility>
   <#assign facilityType = facility.getRelatedOne("FacilityType")?if_exists>
Index: applications/product/webapp/facility/facility/FindFacilityLocation.ftl
===================================================================
--- applications/product/webapp/facility/facility/FindFacilityLocation.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/FindFacilityLocation.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
     
-    <div class="head1">${uiLabelMap.ProductFindLocationsFor} <span class="head2"><#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+    <h1>${uiLabelMap.ProductFindLocationsFor} <#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
     <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a>
     <a href="<@ofbizUrl>EditFacilityLocation?facilityId=${facilityId?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacilityLocation}]</a>
         
@@ -23,7 +23,7 @@
         <table border="0" cellpadding="2" cellspacing="0">
         <#if !(facilityId?exists)>
             <tr>
-                <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductFacility}</div></td>
+                <td width="26%" align="right"><p>${uiLabelMap.ProductFacility}</p></td>
                 <td>&nbsp;</td>
                 <td width="74%"><input type="text" class="inputBox" value="" size="19" maxlength="20"></td>
             </tr>
@@ -31,7 +31,7 @@
             <input type="hidden" name="facilityId" value="${facilityId}">
         </#if>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductLocationSeqId}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductLocationSeqId}</p></td>
             <td>&nbsp;</td>
             <td width="74%">
                 <input type="text" class="inputBox" name="locationSeqId" value="" size="19" maxlength="20">
@@ -44,7 +44,7 @@
         </tr>
         <tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.CommonArea}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.CommonArea}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="areaId" value="" size="19" maxlength="20"></td>
         </tr>
@@ -49,7 +49,7 @@
             <td width="74%"><input type="text" class="inputBox" name="areaId" value="" size="19" maxlength="20"></td>
         </tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductAisle}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductAisle}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="aisleId" value="" size="19" maxlength="20"></td>
         </tr>
@@ -54,7 +54,7 @@
             <td width="74%"><input type="text" class="inputBox" name="aisleId" value="" size="19" maxlength="20"></td>
         </tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductSection}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductSection}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="sectionId" value="" size="19" maxlength="20"></td>
         </tr>
@@ -59,7 +59,7 @@
             <td width="74%"><input type="text" class="inputBox" name="sectionId" value="" size="19" maxlength="20"></td>
         </tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductLevel}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductLevel}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="levelId" value="" size="19" maxlength="20"></td>
         </tr>
@@ -64,7 +64,7 @@
             <td width="74%"><input type="text" class="inputBox" name="levelId" value="" size="19" maxlength="20"></td>
         </tr>
         <tr>
-            <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductPosition}</div></td>
+            <td width="26%" align="right"><p>${uiLabelMap.ProductPosition}</p></td>
             <td>&nbsp;</td>
             <td width="74%"><input type="text" class="inputBox" name="positionId" value="" size="19" maxlength="20"></td>
         </tr>             
@@ -80,14 +80,14 @@
         <span class="head1">${uiLabelMap.CommonFound}:&nbsp;</span><span class="head2"><b>${foundLocations.size()}</b>&nbsp;${uiLabelMap.ProductLocationsFor}&nbsp;<#if facility?exists>${(facility.facilityName)?if_exists}</#if> [ID:${facilityId?if_exists}]</span>
         <table border="1" cellpadding="2" cellspacing="0">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductFacility}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductLocationSeqId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductType}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonArea}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductAisle}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductSection}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductLevel}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductPosition}</b></div></td>
+            <td><p><b>${uiLabelMap.ProductFacility}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductLocationSeqId}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductType}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonArea}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductAisle}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductSection}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductLevel}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductPosition}</b></p></td>
             <td>&nbsp;</td>
             <td>&nbsp;</td>
             <#if itemId?exists>
@@ -97,14 +97,14 @@
         <#list foundLocations as location>
         <#assign locationTypeEnum = location.getRelatedOneCache("TypeEnumeration")?if_exists>
         <tr>
-            <td><div class="tabletext"><a href="<@ofbizUrl>EditFacility?facilityId=${(location.facilityId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(location.facilityId)?if_exists}</a></div></td>
-            <td><div class="tabletext">&nbsp;<a href="<@ofbizUrl>EditFacilityLocation?facilityId=${facilityId}&locationSeqId=${(location.locationSeqId)?if_exists}</@ofbizUrl>" class="buttontext">${(location.locationSeqId)?if_exists}</a></div></td>
-            <td><div class="tabletext">&nbsp;${(locationTypeEnum.get("description",locale))?default(location.locationTypeEnumId?if_exists)}</div></td>
-            <td><div class="tabletext">&nbsp;${(location.areaId)?if_exists}</div></td>
-            <td><div class="tabletext">&nbsp;${(location.aisleId)?if_exists}</div></td>
-            <td><div class="tabletext">&nbsp;${(location.sectionId)?if_exists}</div></td>
-            <td><div class="tabletext">&nbsp;${(location.levelId)?if_exists}</div></td>
-            <td><div class="tabletext">&nbsp;${(location.positionId)?if_exists}</div></td>       
+            <td><p><a href="<@ofbizUrl>EditFacility?facilityId=${(location.facilityId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(location.facilityId)?if_exists}</a></p></td>
+            <td><p>&nbsp;<a href="<@ofbizUrl>EditFacilityLocation?facilityId=${facilityId}&locationSeqId=${(location.locationSeqId)?if_exists}</@ofbizUrl>" class="buttontext">${(location.locationSeqId)?if_exists}</a></p></td>
+            <td><p>&nbsp;${(locationTypeEnum.get("description",locale))?default(location.locationTypeEnumId?if_exists)}</p></td>
+            <td><p>&nbsp;${(location.areaId)?if_exists}</p></td>
+            <td><p>&nbsp;${(location.aisleId)?if_exists}</p></td>
+            <td><p>&nbsp;${(location.sectionId)?if_exists}</p></td>
+            <td><p>&nbsp;${(location.levelId)?if_exists}</p></td>
+            <td><p>&nbsp;${(location.positionId)?if_exists}</p></td>       
             <td>
             <a href="<@ofbizUrl>EditInventoryItem?facilityId=${(location.facilityId)?if_exists}&locationSeqId=${(location.locationSeqId)?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewInventoryItem}]</a>
             </td>
Index: applications/product/webapp/facility/facility/FindFacilityTransfers.ftl
===================================================================
--- applications/product/webapp/facility/facility/FindFacilityTransfers.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/FindFacilityTransfers.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-    <div class="head1">${uiLabelMap.ProductInventoryTransfersFor} <span class="head2"><#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+    <h1>${uiLabelMap.ProductInventoryTransfersFor} <#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
     <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a>
     <#if activeOnly>
         <a href="<@ofbizUrl>FindFacilityTransfers?facilityId=${facilityId}&activeOnly=false</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductActiveAndInactive}]</a>
@@ -27,14 +27,14 @@
     <br/>
     <#if (toTransfers.size() > 0)>
         <br/>
-        <div class="head1">${uiLabelMap.CommonTo}:<span class="head2">&nbsp;<#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+        <h1>${uiLabelMap.CommonTo}:&nbsp;<#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
         <table border="1" cellpadding="2" cellspacing="0" width="100%">
             <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductTransferId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductItem}</b></div></td>      
-            <td><div class="tabletext"><b>${uiLabelMap.CommonFrom}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonSendDate}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonStatus}</b></div></td>
+            <td><p><b>${uiLabelMap.ProductTransferId}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductItem}</b></p></td>      
+            <td><p><b>${uiLabelMap.CommonFrom}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonSendDate}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonStatus}</b></p></td>
             <td>&nbsp;</td>
             </tr>
         
@@ -40,20 +40,20 @@
         
             <#list toTransfers as transfer>
             <tr>
-            <td><div class="tabletext"><a href="<@ofbizUrl>TransferInventoryItem?inventoryTransferId=${(transfer.inventoryTransferId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(transfer.inventoryTransferId)?if_exists}</a></div></td>
-            <td><div class="tabletext"><a href="<@ofbizUrl>EditInventoryItem?inventoryItemId=${(transfer.inventoryItemId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(transfer.inventoryItemId)?if_exists}</a></div></td>      
+            <td><p><a href="<@ofbizUrl>TransferInventoryItem?inventoryTransferId=${(transfer.inventoryTransferId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(transfer.inventoryTransferId)?if_exists}</a></p></td>
+            <td><p><a href="<@ofbizUrl>EditInventoryItem?inventoryItemId=${(transfer.inventoryItemId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(transfer.inventoryItemId)?if_exists}</a></p></td>      
             <td>
                 <#assign fac = delegator.findByPrimaryKey("Facility", Static["org.ofbiz.base.util.UtilMisc"].toMap("facilityId", transfer.getString("facilityId")))>
-                <div class="tabletext"><a href="<@ofbizUrl>EditFacility?facilityId=${(transfer.facilityId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;<#if fac?exists>${(fac.facilityName)?if_exists}</#if>&nbsp;[${(transfer.facilityId)?if_exists}]</a></div>
+                <p><a href="<@ofbizUrl>EditFacility?facilityId=${(transfer.facilityId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;<#if fac?exists>${(fac.facilityName)?if_exists}</#if>&nbsp;[${(transfer.facilityId)?if_exists}]</a></p>
             </td>
-            <td><div class="tabletext">&nbsp;${(transfer.sendDate)?if_exists}</div></td>
+            <td><p>&nbsp;${(transfer.sendDate)?if_exists}</p></td>
             <td>
                 <#if (transfer.statusId)?exists>
                     <#assign transferStatus = delegator.findByPrimaryKey("StatusItem", Static["org.ofbiz.base.util.UtilMisc"].toMap("statusId", transfer.statusId))>
-                    <div class="tabletext">&nbsp;${(transferStatus.get("description",locale))?if_exists}</div>
+                    <p>&nbsp;${(transferStatus.get("description",locale))?if_exists}</p>
                 </#if>
             </td>
-            <td align="center"><div class="tabletext"><a href="<@ofbizUrl>TransferInventoryItem?inventoryTransferId=${(transfer.inventoryTransferId)?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a></div></td>
+            <td align="center"><p><a href="<@ofbizUrl>TransferInventoryItem?inventoryTransferId=${(transfer.inventoryTransferId)?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a></p></td>
             </tr>
             </#list>
         </table>
@@ -61,14 +61,14 @@
     
     <#if (fromTransfers.size() > 0)>
         <br/>
-        <div class="head1">${uiLabelMap.CommonFrom}:<span class="head2">&nbsp;<#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+        <h1>${uiLabelMap.CommonFrom}:&nbsp;<#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
         <table border="1" cellpadding="2" cellspacing="0" width="100%">
             <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductTransferId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductItem}</b></div></td>      
-            <td><div class="tabletext"><b>${uiLabelMap.CommonTo}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonSendDate}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonStatus}</b></div></td>
+            <td><p><b>${uiLabelMap.ProductTransferId}</b></p></td>
+            <td><p><b>${uiLabelMap.ProductItem}</b></p></td>      
+            <td><p><b>${uiLabelMap.CommonTo}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonSendDate}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonStatus}</b></p></td>
             <td>&nbsp;</td>
             </tr>
         
@@ -74,20 +74,20 @@
         
             <#list fromTransfers as transfer>
             <tr>
-            <td><div class="tabletext"><a href="<@ofbizUrl>TransferInventoryItem?inventoryTransferId=${(transfer.inventoryTransferId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(transfer.inventoryTransferId)?if_exists}</a></div></td>
-            <td><div class="tabletext"><a href="<@ofbizUrl>EditInventoryItem?inventoryItemId=${(transfer.inventoryItemId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(transfer.inventoryItemId)?if_exists}</a></div></td>      
+            <td><p><a href="<@ofbizUrl>TransferInventoryItem?inventoryTransferId=${(transfer.inventoryTransferId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(transfer.inventoryTransferId)?if_exists}</a></p></td>
+            <td><p><a href="<@ofbizUrl>EditInventoryItem?inventoryItemId=${(transfer.inventoryItemId)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;${(transfer.inventoryItemId)?if_exists}</a></p></td>      
             <td>
                 <#assign fac = delegator.findByPrimaryKey("Facility", Static["org.ofbiz.base.util.UtilMisc"].toMap("facilityId", transfer.getString("facilityIdTo")))>
-                <div class="tabletext"><a href="<@ofbizUrl>EditFacility?facilityId=${(transfer.facilityIdTo)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;<#if fac?exists>${(fac.facilityName)?if_exists}</#if>&nbsp;[${(transfer.facilityIdTo)?if_exists}]</a></div>
+                <p><a href="<@ofbizUrl>EditFacility?facilityId=${(transfer.facilityIdTo)?if_exists}</@ofbizUrl>" class="buttontext">&nbsp;<#if fac?exists>${(fac.facilityName)?if_exists}</#if>&nbsp;[${(transfer.facilityIdTo)?if_exists}]</a></p>
             </td>
-            <td><div class="tabletext">&nbsp;${(transfer.sendDate)?if_exists}</div></td>
+            <td><p>&nbsp;${(transfer.sendDate)?if_exists}</p></td>
             <td>
                 <#if (transfer.statusId)?exists>
                     <#assign transferStatus = delegator.findByPrimaryKey("StatusItem", Static["org.ofbiz.base.util.UtilMisc"].toMap("statusId", transfer.statusId))>
-                    <div class="tabletext">&nbsp;${(transferStatus.get("description",locale))?if_exists}</div>
+                    <p>&nbsp;${(transferStatus.get("description",locale))?if_exists}</p>
                 </#if>
             </td>
-            <td align="center"><div class="tabletext"><a href="<@ofbizUrl>TransferInventoryItem?inventoryTransferId=${(transfer.inventoryTransferId)?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a></div></td>
+            <td align="center"><p><a href="<@ofbizUrl>TransferInventoryItem?inventoryTransferId=${(transfer.inventoryTransferId)?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a></p></td>
             </tr>
             </#list>
         </table>
Index: applications/product/webapp/facility/facility/PickMoveStock.ftl
===================================================================
--- applications/product/webapp/facility/facility/PickMoveStock.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/PickMoveStock.ftl	(working copy)
@@ -59,16 +59,16 @@
                         <#assign facilityLocationTypeEnumTo = (facilityLocationTo.getRelatedOneCache("TypeEnumeration"))?if_exists>
                         <#assign totalQuantity = moveByOisgirInfo.totalQuantity>
                         <tr>
-                            <td><div class="tabletext">${product.productId}</div></td>
-                            <td><div class="tabletext">${product.internalName?if_exists}</div></td>
-                            <td><div class="tabletext">${facilityLocationFrom.areaId?if_exists}:${facilityLocationFrom.aisleId?if_exists}:${facilityLocationFrom.sectionId?if_exists}:${facilityLocationFrom.levelId?if_exists}:${facilityLocationFrom.positionId?if_exists}<#if facilityLocationTypeEnumFrom?has_content>(${facilityLocationTypeEnumFrom.description})</#if>[${facilityLocationFrom.locationSeqId}]</div></td>
-                            <td><div class="tabletext">${moveByOisgirInfo.quantityOnHandTotalFrom?if_exists}</div></td>
-                            <td><div class="tabletext">${moveByOisgirInfo.availableToPromiseTotalFrom?if_exists}</div></td>
-                            <td><div class="tabletext">${facilityLocationTo.areaId?if_exists}:${facilityLocationTo.aisleId?if_exists}:${facilityLocationTo.sectionId?if_exists}:${facilityLocationTo.levelId?if_exists}:${facilityLocationTo.positionId?if_exists}<#if facilityLocationTypeEnumTo?has_content>(${facilityLocationTypeEnumTo.description})</#if>[${facilityLocationTo.locationSeqId}]</div></td>
-                            <td><div class="tabletext">${moveByOisgirInfo.quantityOnHandTotalTo?if_exists}</div></td>
-                            <td><div class="tabletext">${moveByOisgirInfo.availableToPromiseTotalTo?if_exists}</div></td>
-                            <td><div class="tabletext">${targetProductFacilityLocation.minimumStock?if_exists}</div></td>
-                            <td><div class="tabletext">${targetProductFacilityLocation.moveQuantity?if_exists}</div></td>
+                            <td><p>${product.productId}</p></td>
+                            <td><p>${product.internalName?if_exists}</p></td>
+                            <td><p>${facilityLocationFrom.areaId?if_exists}:${facilityLocationFrom.aisleId?if_exists}:${facilityLocationFrom.sectionId?if_exists}:${facilityLocationFrom.levelId?if_exists}:${facilityLocationFrom.positionId?if_exists}<#if facilityLocationTypeEnumFrom?has_content>(${facilityLocationTypeEnumFrom.description})</#if>[${facilityLocationFrom.locationSeqId}]</p></td>
+                            <td><p>${moveByOisgirInfo.quantityOnHandTotalFrom?if_exists}</p></td>
+                            <td><p>${moveByOisgirInfo.availableToPromiseTotalFrom?if_exists}</p></td>
+                            <td><p>${facilityLocationTo.areaId?if_exists}:${facilityLocationTo.aisleId?if_exists}:${facilityLocationTo.sectionId?if_exists}:${facilityLocationTo.levelId?if_exists}:${facilityLocationTo.positionId?if_exists}<#if facilityLocationTypeEnumTo?has_content>(${facilityLocationTypeEnumTo.description})</#if>[${facilityLocationTo.locationSeqId}]</p></td>
+                            <td><p>${moveByOisgirInfo.quantityOnHandTotalTo?if_exists}</p></td>
+                            <td><p>${moveByOisgirInfo.availableToPromiseTotalTo?if_exists}</p></td>
+                            <td><p>${targetProductFacilityLocation.minimumStock?if_exists}</p></td>
+                            <td><p>${targetProductFacilityLocation.moveQuantity?if_exists}</p></td>
                             <td align="right">              
                                 <input type="hidden" name="productId_o_${rowCount}" value="${product.productId?if_exists}">
                                 <input type="hidden" name="facilityId_o_${rowCount}" value="${facilityId?if_exists}">
@@ -91,16 +91,16 @@
                         <#assign facilityLocationTypeEnumTo = (facilityLocationTo.getRelatedOneCache("TypeEnumeration"))?if_exists>
                         <#assign totalQuantity = moveByPflInfo.totalQuantity>
                         <tr>
-                            <td><div class="tabletext">${product.productId}</div></td>
-                            <td><div class="tabletext">${product.internalName?if_exists}</div></td>
-                            <td><div class="tabletext">${facilityLocationFrom.areaId?if_exists}:${facilityLocationFrom.aisleId?if_exists}:${facilityLocationFrom.sectionId?if_exists}:${facilityLocationFrom.levelId?if_exists}:${facilityLocationFrom.positionId?if_exists}<#if facilityLocationTypeEnumFrom?has_content>(${facilityLocationTypeEnumFrom.description})</#if>[${facilityLocationFrom.locationSeqId}]</div></td>
-                            <td><div class="tabletext">${moveByPflInfo.quantityOnHandTotalFrom?if_exists}</div></td>
-                            <td><div class="tabletext">${moveByPflInfo.availableToPromiseTotalFrom?if_exists}</div></td>
-                            <td><div class="tabletext">${facilityLocationTo.areaId?if_exists}:${facilityLocationTo.aisleId?if_exists}:${facilityLocationTo.sectionId?if_exists}:${facilityLocationTo.levelId?if_exists}:${facilityLocationTo.positionId?if_exists}<#if facilityLocationTypeEnumTo?has_content>(${facilityLocationTypeEnumTo.description})</#if>[${facilityLocationTo.locationSeqId}]</div></td>
-                            <td><div class="tabletext">${moveByPflInfo.quantityOnHandTotalTo?if_exists}</div></td>
-                            <td><div class="tabletext">${moveByPflInfo.availableToPromiseTotalTo?if_exists}</div></td>
-                            <td><div class="tabletext">${targetProductFacilityLocation.minimumStock?if_exists}</div></td>
-                            <td><div class="tabletext">${targetProductFacilityLocation.moveQuantity?if_exists}</div></td>
+                            <td><p>${product.productId}</p></td>
+                            <td><p>${product.internalName?if_exists}</p></td>
+                            <td><p>${facilityLocationFrom.areaId?if_exists}:${facilityLocationFrom.aisleId?if_exists}:${facilityLocationFrom.sectionId?if_exists}:${facilityLocationFrom.levelId?if_exists}:${facilityLocationFrom.positionId?if_exists}<#if facilityLocationTypeEnumFrom?has_content>(${facilityLocationTypeEnumFrom.description})</#if>[${facilityLocationFrom.locationSeqId}]</p></td>
+                            <td><p>${moveByPflInfo.quantityOnHandTotalFrom?if_exists}</p></td>
+                            <td><p>${moveByPflInfo.availableToPromiseTotalFrom?if_exists}</p></td>
+                            <td><p>${facilityLocationTo.areaId?if_exists}:${facilityLocationTo.aisleId?if_exists}:${facilityLocationTo.sectionId?if_exists}:${facilityLocationTo.levelId?if_exists}:${facilityLocationTo.positionId?if_exists}<#if facilityLocationTypeEnumTo?has_content>(${facilityLocationTypeEnumTo.description})</#if>[${facilityLocationTo.locationSeqId}]</p></td>
+                            <td><p>${moveByPflInfo.quantityOnHandTotalTo?if_exists}</p></td>
+                            <td><p>${moveByPflInfo.availableToPromiseTotalTo?if_exists}</p></td>
+                            <td><p>${targetProductFacilityLocation.minimumStock?if_exists}</p></td>
+                            <td><p>${targetProductFacilityLocation.moveQuantity?if_exists}</p></td>
                             <td align="right">              
                                 <input type="hidden" name="productId_o_${rowCount}" value="${product.productId?if_exists}">
                                 <input type="hidden" name="facilityId_o_${rowCount}" value="${facilityId?if_exists}">
@@ -120,7 +120,7 @@
                         </td>
                     </tr>
                 <#else>
-                    <tr><td colspan="13"><div class="head3">${uiLabelMap.ProductNoStockMovesNeeded}.</div></td></tr>
+                    <tr><td colspan="13"><h3>${uiLabelMap.ProductNoStockMovesNeeded}.</h3></td></tr>
                 </#if>
                 <#assign messageCount = 0>
                 <#list pflWarningMessageList?if_exists as pflWarningMessage>
@@ -125,7 +125,7 @@
                 <#assign messageCount = 0>
                 <#list pflWarningMessageList?if_exists as pflWarningMessage>
                     <#assign messageCount = messageCount + 1>   
-                    <tr><td colspan="13"><div class="head3">${messageCount}:${pflWarningMessage}.</div></td></tr>
+                    <tr><td colspan="13"><h3>${messageCount}:${pflWarningMessage}.</h3></td></tr>
                 </#list>
             </table>
             <input type="hidden" name="_rowCount" value="${rowCount}">
Index: applications/product/webapp/facility/facility/PicklistManage.ftl
===================================================================
--- applications/product/webapp/facility/facility/PicklistManage.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/PicklistManage.ftl	(working copy)
@@ -30,7 +30,7 @@
                 <#assign picklist = picklistInfo.picklist>
 
                 <#-- Picklist -->
-                <div class="tabletext">
+                <p>
                     <b>${uiLabelMap.ProductPickList}</b> <span class="head2">${picklist.picklistId}</span>
                     <b>${uiLabelMap.CommonDate}</b> ${picklist.picklistDate}
                     <form method="post" action="<@ofbizUrl>updatePicklist</@ofbizUrl>" style="display: inline;">
@@ -47,7 +47,7 @@
                     </form>
                     <b>${uiLabelMap.ProductCreatedByUserLogin}/${uiLabelMap.ProductLastModifiedByUserLogin}</b> ${picklist.createdByUserLogin}/${picklist.lastModifiedByUserLogin}
                     <a href="<@ofbizUrl>PicklistReport.pdf?picklistId=${picklist.picklistId}</@ofbizUrl>" target="_blank" class="buttontext">[${uiLabelMap.ProductPick}/${uiLabelMap.ProductPacking} ${uiLabelMap.CommonReports}]</a>
-                </div>
+                </p>
                 <#if picklistInfo.shipmentMethodType?has_content>
                     <div class="tabletext" style="margin-left: 15px;">
                         <b>${uiLabelMap.CommonFor} ${uiLabelMap.ProductShipmentMethodType}</b> ${picklistInfo.shipmentMethodType.description?default(picklistInfo.shipmentMethodType.shipmentMethodTypeId)}
@@ -146,7 +146,7 @@
                 </#if>
             </#list>
         <#else/>
-            <div class="head3">${uiLabelMap.ProductNoPicksStarted}.</div>
+            <h3>${uiLabelMap.ProductNoPicksStarted}.</h3>
         </#if>
     </div>
 </div>
Index: applications/product/webapp/facility/facility/PicklistOptions.ftl
===================================================================
--- applications/product/webapp/facility/facility/PicklistOptions.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/PicklistOptions.ftl	(working copy)
@@ -38,11 +38,11 @@
                 <#assign orderReadyToPickInfoListSize = (orderReadyToPickInfoList.size())?default(0)>
                 <#assign orderNeedsStockMoveInfoListSize = (orderNeedsStockMoveInfoList.size())?default(0)>
                 <tr>
-                    <td><div class="tabletext">[Rush Orders, all Methods]</div></td>
-                    <td><div class="tabletext">${orderReadyToPickInfoListSize}</div></td>
-                    <td><div class="tabletext">${orderNeedsStockMoveInfoListSize}</div></td>
+                    <td><p>[Rush Orders, all Methods]</p></td>
+                    <td><p>${orderReadyToPickInfoListSize}</p></td>
+                    <td><p>${orderNeedsStockMoveInfoListSize}</p></td>
                     <td>
-                        <div class="tabletext">
+                        <p>
                             <#if orderReadyToPickInfoList?has_content>
                                 <form method="post" action="<@ofbizUrl>createPicklistFromOrders</@ofbizUrl>">
                                     <input type="hidden" name="facilityId" value="${facilityId}"/>
@@ -53,7 +53,7 @@
                             <#else>
                                 &nbsp;
                             </#if>
-                        </div>
+                        </p>
                     </td>
                 </tr>
             </#if>
@@ -69,11 +69,11 @@
                     <#assign orderReadyToPickInfoListSizeTotal = orderReadyToPickInfoListSizeTotal + orderReadyToPickInfoListSize>
                     <#assign orderNeedsStockMoveInfoListSizeTotal = orderNeedsStockMoveInfoListSizeTotal + orderNeedsStockMoveInfoListSize>
                     <tr>
-                        <td><div class="tabletext">${shipmentMethodType.description}</div></td>
-                        <td><div class="tabletext">${orderReadyToPickInfoListSize}</div></td>
-                        <td><div class="tabletext">${orderNeedsStockMoveInfoListSize}</div></td>
+                        <td><p>${shipmentMethodType.description}</p></td>
+                        <td><p>${orderReadyToPickInfoListSize}</p></td>
+                        <td><p>${orderNeedsStockMoveInfoListSize}</p></td>
                         <td>
-                            <div class="tabletext">
+                            <p>
                                 <#if orderReadyToPickInfoList?has_content>
                                     <form method="post" action="<@ofbizUrl>createPicklistFromOrders</@ofbizUrl>">
                                         <input type="hidden" name="facilityId" value="${facilityId}"/>
@@ -84,7 +84,7 @@
                                 <#else>
                                     &nbsp;
                                 </#if>
-                            </div>
+                            </p>
                         </td>
                     </tr>
                 </#list>
@@ -93,7 +93,7 @@
                     <td><div class="tableheadtext">${orderReadyToPickInfoListSizeTotal}</div></td>
                     <td><div class="tableheadtext">${orderNeedsStockMoveInfoListSizeTotal}</div></td>
                     <td>
-                        <div class="tabletext">
+                        <p>
                           <#if (orderReadyToPickInfoListSizeTotal > 0)>
                             <form method="post" action="<@ofbizUrl>createPicklistFromOrders</@ofbizUrl>">
                                 <input type="hidden" name="facilityId" value="${facilityId}"/>
@@ -103,11 +103,11 @@
                           <#else>
                             &nbsp;
                           </#if>
-                        </div>
+                        </p>
                     </td>
                 </tr>
             <#else>
-                <tr><td colspan="4"><div class="head3">${uiLabelMap.ProductNoOrdersFoundReadyToPickOrNeedStockMoves}.</div></td></tr>
+                <tr><td colspan="4"><h3>${uiLabelMap.ProductNoOrdersFoundReadyToPickOrNeedStockMoves}.</h3></td></tr>
             </#if>
         </table>
     </div>
Index: applications/product/webapp/facility/facility/ViewContactMechs.ftl
===================================================================
--- applications/product/webapp/facility/facility/ViewContactMechs.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/ViewContactMechs.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductFacility} <span class='head2'>${facility.facilityName?if_exists} [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+<h1>${uiLabelMap.ProductFacility} ${facility.facilityName?if_exists} [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
 <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a>
 <#if facilityId?has_content>
     <a href="/workeffort/control/month?facilityId=${facilityId}&externalLoginKey=${externalLoginKey?if_exists}" class="buttontext">[${uiLabelMap.CommonViewCalendar}]</a>
@@ -39,7 +39,7 @@
           <tr><td colspan="7"><hr class='sepbar'></td></tr>
           <tr>
             <td align="right" valign="top" width="10%">
-              <div class="tabletext">&nbsp;<b>${contactMechMap.contactMechType.get("description",locale)}</b></div>
+              <p>&nbsp;<b>${contactMechMap.contactMechType.get("description",locale)}</b></p>
             </td>
             <td width="5">&nbsp;</td>
             <td align="left" valign="top" width="80%">
@@ -45,7 +45,7 @@
             <td align="left" valign="top" width="80%">
               <#list contactMechMap.facilityContactMechPurposes as facilityContactMechPurpose>
                   <#assign contactMechPurposeType = facilityContactMechPurpose.getRelatedOneCache("ContactMechPurposeType")>
-                    <div class="tabletext">
+                    <p>
                       <#if contactMechPurposeType?has_content>
                         <b>${contactMechPurposeType.get("description",locale)}</b>
                       <#else>
@@ -54,11 +54,11 @@
                       <#if facilityContactMechPurpose.thruDate?has_content>
                       (${uiLabelMap.CommonExpire}: ${facilityContactMechPurpose.thruDate.toString()})
                       </#if>
-                    </div>
+                    </p>
               </#list>
               <#if "POSTAL_ADDRESS" = contactMech.contactMechTypeId>
                   <#assign postalAddress = contactMechMap.postalAddress>
-                  <div class="tabletext">                    
+                  <p>                    
                     <#if postalAddress.toName?has_content><b>${uiLabelMap.CommonTo}:</b> ${postalAddress.toName}<br/></#if>
                     <#if postalAddress.attnName?has_content><b>${uiLabelMap.CommonAttn}:</b> ${postalAddress.attnName}<br/></#if>
                     ${postalAddress.address1?if_exists}<br/>
@@ -67,7 +67,7 @@
                     ${postalAddress.stateProvinceGeoId?if_exists}
                     ${postalAddress.postalCode?if_exists}
                     <#if postalAddress.countryGeoId?has_content><br/>${postalAddress.countryGeoId}</#if>
-                  </div>
+                  </p>
                   <#if (postalAddress?has_content && !postalAddress.countryGeoId?has_content) || postalAddress.countryGeoId = "USA">
                       <#assign addr1 = postalAddress.address1?if_exists>
                       <#if (addr1.indexOf(" ") > 0)>
@@ -78,7 +78,7 @@
                   </#if>
               <#elseif "TELECOM_NUMBER" = contactMech.contactMechTypeId>
                   <#assign telecomNumber = contactMechMap.telecomNumber>
-                  <div class="tabletext">
+                  <p>
                     ${telecomNumber.countryCode?if_exists}
                     <#if telecomNumber.areaCode?has_content>${telecomNumber.areaCode}-</#if>${telecomNumber.contactNumber?if_exists}
                     <#if facilityContactMech.extension?has_content>${uiLabelMap.CommonExt} ${facilityContactMech.extension}</#if>
@@ -86,14 +86,14 @@
                       <a target='_blank' href='http://www.anywho.com/qry/wp_rl?npa=${telecomNumber.areaCode?if_exists}&telephone=${telecomNumber.contactNumber?if_exists}&btnsubmit.x=20&btnsubmit.y=8' class='buttontext'>(lookup:anywho.com)</a>
                       <a target='_blank' href='http://whitepages.com/find_person_results.pl?fid=p&ac=${telecomNumber.areaCode?if_exists}&s=&p=${telecomNumber.contactNumber?if_exists}&pt=b&x=40&y=9' class='buttontext'>(lookup:whitepages.com)</a>
                     </#if>
-                  </div>
+                  </p>
               <#elseif "EMAIL_ADDRESS" = contactMech.contactMechTypeId>
-                  <div class="tabletext">
+                  <p>
                     ${contactMech.infoString?if_exists}
                     <a href='mailto:${contactMech.infoString?if_exists}' class='buttontext'>(${uiLabelMap.CommonSendEmail})</a>
-                  </div>
+                  </p>
               <#elseif "WEB_ADDRESS" = contactMech.contactMechTypeId>
-                  <div class="tabletext">
+                  <p>
                     ${contactMech.infoString?if_exists}
                     <#assign openAddress = contactMech.infoString?default("")>
                     <#if !openAddress?starts_with("http") && !openAddress?starts_with("HTTP")><#assign openAddress = "http://" + openAddress></#if>
@@ -98,14 +98,14 @@
                     <#assign openAddress = contactMech.infoString?default("")>
                     <#if !openAddress?starts_with("http") && !openAddress?starts_with("HTTP")><#assign openAddress = "http://" + openAddress></#if>
                     <a target='_blank' href='${openAddress}' class='buttontext'>((${uiLabelMap.CommonOpenPageNewWindow})</a>
-                  </div>
+                  </p>
               <#else>
-                  <div class="tabletext">
+                  <p>
                     ${contactMech.infoString?if_exists}
-                  </div>
+                  </p>
               </#if>
-              <div class="tabletext">(${uiLabelMap.CommonUpdated}:&nbsp;${facilityContactMech.fromDate.toString()})</div>
-              <#if facilityContactMech.thruDate?has_content><div class='tabletext'><b>${uiLabelMap.CommonUpdatedEffectiveThru}:&nbsp;${facilityContactMech.thruDate.toString()}</b></div></#if>
+              <p>(${uiLabelMap.CommonUpdated}:&nbsp;${facilityContactMech.fromDate.toString()})</p>
+              <#if facilityContactMech.thruDate?has_content><div class='tabletext'><b>${uiLabelMap.CommonUpdatedEffectiveThru}:&nbsp;${facilityContactMech.thruDate.toString()}</b></p></#if>
             </td>
             <td width="5">&nbsp;</td>
             <#if security.hasEntityPermission("PARTYMGR", "_UPDATE", session)>
@@ -124,7 +124,7 @@
       </#list>
     </table>
   <#else>
-    <div class="tabletext">${uiLabelMap.CommonNoContactInformationOnFile}.</div>
+    <p>${uiLabelMap.CommonNoContactInformationOnFile}.</p>
   </#if>
     </td>
   </tr>
Index: applications/product/webapp/facility/facility/batchPrintMarkAsAccepted.ftl
===================================================================
--- applications/product/webapp/facility/facility/batchPrintMarkAsAccepted.ftl	(revision 493251)
+++ applications/product/webapp/facility/facility/batchPrintMarkAsAccepted.ftl	(working copy)
@@ -41,4 +41,4 @@
 //-->
 </script>
 
-<input type="submit" class="smallSubmit" value="${uiLabelMap.ProductMarkAsAccepted}" onClick="javascript:markAsAccepted()"/>
+<input type="submit" value="${uiLabelMap.ProductMarkAsAccepted}" onClick="javascript:markAsAccepted()"/>
Index: applications/product/webapp/facility/group/EditFacilityGroup.ftl
===================================================================
--- applications/product/webapp/facility/group/EditFacilityGroup.ftl	(revision 493251)
+++ applications/product/webapp/facility/group/EditFacilityGroup.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-    <div class="head1">${uiLabelMap.ProductFacilityGroup}<span class="head2">&nbsp;<#if facilityGroup?exists>${(facilityGroup.facilityGroupName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityGroupId?if_exists}]</span></div>
+    <h1>${uiLabelMap.ProductFacilityGroup}<span class="head2">&nbsp;<#if facilityGroup?exists>${(facilityGroup.facilityGroupName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityGroupId?if_exists}]</span></h1>
     <a href="<@ofbizUrl>EditFacilityGroup</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewGroup}]</a>
     
     <#if !(facilityGroup?exists)>
@@ -32,7 +32,7 @@
         <table border="0" cellpadding="2" cellspacing="0">
         <input type="hidden" name="facilityGroupId" value="${facilityGroupId?if_exists}">
         <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductFacilityGroupId}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductFacilityGroupId}</p></td>
             <td>&nbsp;</td>
             <td>
             <b>${facilityGroupId?if_exists}</b> ${uiLabelMap.ProductNotModificationRecrationFacilityGroup}
@@ -40,7 +40,7 @@
         </tr>
     </#if>
     <tr>
-        <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductFacilityGroupType}</div></td>
+        <td width="26%" align="right"><p>${uiLabelMap.ProductFacilityGroupType}</p></td>
         <td>&nbsp;</td>
         <td width="74%">
         <select name="facilityGroupTypeId" size="1" class="selectBox">
@@ -53,7 +53,7 @@
     </tr>
 
     <tr>
-        <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductPrimaryParentGroup}</div></td>
+        <td width="26%" align="right"><p>${uiLabelMap.ProductPrimaryParentGroup}</p></td>
         <td>&nbsp;</td>
         <td width="74%">
         <select name="primaryParentGroupId" size="1" class="selectBox">
@@ -74,7 +74,7 @@
     </tr>
 
     <tr>
-        <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductName}</div></td>
+        <td width="26%" align="right"><p>${uiLabelMap.ProductName}</p></td>
         <td>&nbsp;</td>
         <td width="74%"><input type="text" class="inputBox" name="facilityGroupName" value="${(facilityGroup.facilityGroupName)?if_exists}" size="30" maxlength="60"></td>
     </tr>    
@@ -79,7 +79,7 @@
         <td width="74%"><input type="text" class="inputBox" name="facilityGroupName" value="${(facilityGroup.facilityGroupName)?if_exists}" size="30" maxlength="60"></td>
     </tr>    
     <tr>
-        <td width="26%" align="right"><div class="tabletext">${uiLabelMap.CommonDescription}</div></td>
+        <td width="26%" align="right"><p>${uiLabelMap.CommonDescription}</p></td>
         <td>&nbsp;</td>
         <td width="74%"><input type="text" class="inputBox" name="description" value="${(facilityGroup.description)?if_exists}" size="60" maxlength="250"></td>
     </tr>
Index: applications/product/webapp/facility/group/EditFacilityGroupMembers.ftl
===================================================================
--- applications/product/webapp/facility/group/EditFacilityGroupMembers.ftl	(revision 493251)
+++ applications/product/webapp/facility/group/EditFacilityGroupMembers.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
    
-    <div class="head1">${uiLabelMap.ProductFacilities} <span class="head2">${uiLabelMap.CommonFor}&nbsp;<#if facilityGroup?exists>${(facilityGroup.facilityGroupName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityGroupId?if_exists}]</span></div>
+    <h1>${uiLabelMap.ProductFacilities} <span class="head2">${uiLabelMap.CommonFor}&nbsp;<#if facilityGroup?exists>${(facilityGroup.facilityGroupName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityGroupId?if_exists}]</span></h1>
     <a href="<@ofbizUrl>EditFacilityGroup</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewGroup}]</a>
     <#if (activeOnly) >
         <a href="<@ofbizUrl>EditFacilityGroupMembers?facilityGroupId=${facilityGroupId}&activeOnly=false</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonActiveInactive}]</a>
@@ -49,10 +49,10 @@
         
         <table border="1" width="100%" cellpadding="2" cellspacing="0">
         <tr>
-            <td><div class="tabletext"><b>${uiLabelMap.ProductFacilityNameId}</b></div></td>
-            <td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
-            <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
-            <td><div class="tabletext"><b>&nbsp;</b></div></td>
+            <td><p><b>${uiLabelMap.ProductFacilityNameId}</b></p></td>
+            <td><p><b>${uiLabelMap.CommonFromDateTime}</b></p></td>
+            <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequence}</b></p></td>
+            <td><p><b>&nbsp;</b></p></td>
         </tr>
         <#if (listSize > 0)>
             <#assign line = 0>
@@ -117,8 +117,8 @@
         <input type="hidden" name="useValues" value="true">
         <input type="hidden" name="activeOnly" value="${activeOnly.toString()}">
         
-        <div class="head2">${uiLabelMap.ProductAddFacilityGroupMember}:</div>
-        <div class="tabletext">
+        <h2>${uiLabelMap.ProductAddFacilityGroupMember}:</h2>
+        <p>
             ${uiLabelMap.ProductFacilityId} : <input type="text" size="20" class="inputBox" name="facilityId">
             ${uiLabelMap.CommonFromDate} : <input type="text" size="25" class="inputBox" name="fromDate">
             <a href="javascript:call_cal(document.addFacilityGroupMemberForm.fromDate, '${nowTimestampString}');"><img src="/images/cal.gif" width="16" height="16" border="0" alt="Calendar"></a>
@@ -123,7 +123,7 @@
             ${uiLabelMap.CommonFromDate} : <input type="text" size="25" class="inputBox" name="fromDate">
             <a href="javascript:call_cal(document.addFacilityGroupMemberForm.fromDate, '${nowTimestampString}');"><img src="/images/cal.gif" width="16" height="16" border="0" alt="Calendar"></a>
             <input type="submit" value="${uiLabelMap.CommonAdd}">
-        </div>
+        </p>
         </form>
         
         <!-- TO DO IMPLEMENT THIS
Index: applications/product/webapp/facility/group/EditFacilityGroupRoles.ftl
===================================================================
--- applications/product/webapp/facility/group/EditFacilityGroupRoles.ftl	(revision 493251)
+++ applications/product/webapp/facility/group/EditFacilityGroupRoles.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.PartyRoles} <span class="head2">${uiLabelMap.CommonFor} "${(facilityGroup.facilityGroupName)?if_exists}" [${uiLabelMap.CommonId} :${facilityGroupId?if_exists}]</span></div>
+<h1>${uiLabelMap.PartyRoles} ${uiLabelMap.CommonFor} "${(facilityGroup.facilityGroupName)?if_exists}" [${uiLabelMap.CommonId} :${facilityGroupId?if_exists}]</h1>
 <a href="<@ofbizUrl>EditFacilityGroup</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewGroup}]</a>
 <br/>
 <br/>
@@ -22,9 +22,9 @@
 
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.PartyPartyId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.PartyRoleType}</b></div></td>  
-    <td><div class="tabletext"><b>&nbsp;</b></div></td>
+    <td><p><b>${uiLabelMap.PartyPartyId}</b></p></td>
+    <td><p><b>${uiLabelMap.PartyRoleType}</b></p></td>  
+    <td><p><b>&nbsp;</b></p></td>
   </tr>
 
 <#list facilityRoles as facilityGroupRole>
@@ -31,7 +31,7 @@
   <#assign roleType = facilityGroupRole.getRelatedOne("RoleType")?if_exists>
   <tr valign="middle">
     <td><a href="/partymgr/control/viewprofile?party_id=${facilityGroupRole.partyId}" class="buttontext">${facilityGroupRole.partyId}</a></td>    
-    <td><div class="tabletext">${roleType.get("description",locale)}</div></td>
+    <td><p>${roleType.get("description",locale)}</p></td>
     <td align="center">
       <a href="<@ofbizUrl>removePartyFromFacilityGroup?facilityGroupId=${facilityGroupRole.facilityGroupId}&partyId=${facilityGroupRole.partyId}&roleTypeId=${facilityGroupRole.roleTypeId}</@ofbizUrl>" class="buttontext">
       [${uiLabelMap.CommonDelete}]</a>
@@ -43,8 +43,8 @@
 <br/>
 <form method="post" action="<@ofbizUrl>addPartyToFacilityGroup</@ofbizUrl>" style="margin: 0;">
   <input type="hidden" name="facilityGroupId" value="${facilityGroupId}">  
-  <div class="head2">${uiLabelMap.ProductAddFacilityGroupPartyRole} :</div>
-  <div class="tabletext">
+  <h2>${uiLabelMap.ProductAddFacilityGroupPartyRole} :</h2>
+  <p>
     ${uiLabelMap.PartyPartyId} : <input type="text" class="inputBox" size="20" name="partyId">
     ${uiLabelMap.PartyRoleType} :
     <select name="roleTypeId" class="selectBox"><option></option>
@@ -53,7 +53,7 @@
       </#list>
     </select>
     <input type="submit" value="${uiLabelMap.CommonAdd}">
-  </div>
+  </p>
 </form>
 
 <br/>
Index: applications/product/webapp/facility/group/EditFacilityGroupRollup.ftl
===================================================================
--- applications/product/webapp/facility/group/EditFacilityGroupRollup.ftl	(revision 493251)
+++ applications/product/webapp/facility/group/EditFacilityGroupRollup.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductRollups} <span class="head2">${uiLabelMap.CommonFor}"${(facilityGroup.facilityGroupName)?if_exists}" [${uiLabelMap.CommonId}:${facilityGroupId?if_exists}]</span></div>
+<h1>${uiLabelMap.ProductRollups} ${uiLabelMap.CommonFor}"${(facilityGroup.facilityGroupName)?if_exists}" [${uiLabelMap.CommonId}:${facilityGroupId?if_exists}]</h1>
 <a href="<@ofbizUrl>EditFacilityGroup</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewGroup}]</a>
 <br/>
 <br/>
@@ -25,10 +25,10 @@
 
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductParentGroupId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonFromDate}</b></div></td>
-    <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
-    <td><div class="tabletext"><b>&nbsp;</b></div></td>
+    <td><p><b>${uiLabelMap.ProductParentGroupId}</b></div></td>
+    <td><p><b>${uiLabelMap.CommonFromDate}</b></div></td>
+    <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
+    <td><p><b>&nbsp;</b></div></td>
   </tr>
 <#if currentGroupRollups?has_content>
   <#list currentGroupRollups as facilityGroupRollup>
@@ -56,7 +56,7 @@
   </#list>
 <#else>
   <tr valign="middle">
-    <td colspan="5"><div class="tabletext">${uiLabelMap.ProductNoParentGroupsFound}.</div></td>
+    <td colspan="5"><p>${uiLabelMap.ProductNoParentGroupsFound}.</p></td>
   </tr>
 </#if>
 </table>
@@ -64,7 +64,7 @@
 <form method="post" action="<@ofbizUrl>addFacilityGroupToGroup</@ofbizUrl>" style="margin: 0;" name="addParentForm">
   <input type="hidden" name="facilityGroupId" value="${facilityGroupId}">
   <input type="hidden" name="showFacilityGroupId" value="${facilityGroupId}">
-  <div class="tabletext">${uiLabelMap.CommonAdd} <b>${uiLabelMap.ProductParent}</b> ${uiLabelMap.ProductGroupSelectCategoryFromDate}:</div>
+  <p>${uiLabelMap.CommonAdd} <b>${uiLabelMap.ProductParent}</b> ${uiLabelMap.ProductGroupSelectCategoryFromDate}:</p>
     <select name="parentFacilityGroupId" class="selectBox">
     <#list facilityGroups as curGroup>
       <#if !(facilityGroupId == curGroup.facilityGroupId) && !("_NA_" == curGroup.facilityGroupId)>
@@ -83,10 +83,10 @@
 
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductChildGroupId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.CommonFromDate}</b></div></td>
-    <td align="center"><div class="tabletext"><b>${uiLabelMap.ProductThruDateTimeSequence}</b></div></td>
-    <td><div class="tabletext"><b>&nbsp;</b></div></td>
+    <td><p><b>${uiLabelMap.ProductChildGroupId}</b></p></td>
+    <td><p><b>${uiLabelMap.CommonFromDate}</b></p></td>
+    <td align="center"><p><b>${uiLabelMap.ProductThruDateTimeSequence}</b></p></td>
+    <td><p><b>&nbsp;</b></p></td>
   </tr>
 <#if parentGroupRollups?has_content>
   <#list parentGroupRollups as facilityGroupRollup>
@@ -114,7 +114,7 @@
   </#list>
 <#else>
   <tr valign="middle">
-    <td colspan="5"><DIV class="tabletext">${uiLabelMap.ProductNoChildGroupsFound}.</DIV></td>
+    <td colspan="5"><p>${uiLabelMap.ProductNoChildGroupsFound}.</p></td>
   </tr>
 </#if>
 </table>
@@ -122,7 +122,7 @@
 <form method="post" action="<@ofbizUrl>addFacilityGroupToGroup</@ofbizUrl>" style="margin: 0;" name="addChildForm">
   <input type="hidden" name="showFacilityGroupId" value="${facilityGroupId}">
   <input type="hidden" name="parentFacilityGroupId" value="${facilityGroupId}">
-  <div class="tabletext">${uiLabelMap.CommonAdd} <b>${uiLabelMap.ProductChild}</b> ${uiLabelMap.ProductGroupSelectGroupFromDate} :</div>
+  <p>${uiLabelMap.CommonAdd} <b>${uiLabelMap.ProductChild}</b> ${uiLabelMap.ProductGroupSelectGroupFromDate} :</p>
     <select name="facilityGroupId" class="selectBox">
     <#list facilityGroups as curGroup>
       <#if !(facilityGroupId == curGroup.facilityGroupId) && !("_NA_" == curGroup.facilityGroupId)>
Index: applications/product/webapp/facility/group/FindFacilityGroup.ftl
===================================================================
--- applications/product/webapp/facility/group/FindFacilityGroup.ftl	(revision 493251)
+++ applications/product/webapp/facility/group/FindFacilityGroup.ftl	(working copy)
@@ -15,16 +15,16 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductFacilityGroupList}</div>
+<h1>${uiLabelMap.ProductFacilityGroupList}</h1>
 
-<div><a href='<@ofbizUrl>EditFacilityGroup</@ofbizUrl>' class="buttontext">[${uiLabelMap.ProductNewGroup}]</a></div>
+<div><a href='<@ofbizUrl>EditFacilityGroup</@ofbizUrl>' class="buttontext">[${uiLabelMap.ProductNewGroup}]</a></p>
 <br/>
 <table border="1" cellpadding='2' cellspacing='0'>
   <tr>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductFacilityGroupNameId}</b></div></td>
-    <td><div class="tabletext"><b>${uiLabelMap.ProductFacilityGroupType}</b></div></td>   
-    <td><div class="tabletext"><b>${uiLabelMap.ProductDescription}</b></div></td>
-    <td><div class="tabletext">&nbsp;</div></td>
+    <td><p><b>${uiLabelMap.ProductFacilityGroupNameId}</b></p></td>
+    <td><p><b>${uiLabelMap.ProductFacilityGroupType}</b></p></td>   
+    <td><p><b>${uiLabelMap.ProductDescription}</b></p></td>
+    <td><p>&nbsp;</p></td>
   </tr>
 <#list facilityGroups as facilityGroup>
   <#if facilityGroup.facilityGroupId?exists && facilityGroup.facilityGroupId != "_NA_">
Index: applications/product/webapp/facility/inventory/EditInventoryItem.ftl
===================================================================
--- applications/product/webapp/facility/inventory/EditInventoryItem.ftl	(revision 493251)
+++ applications/product/webapp/facility/inventory/EditInventoryItem.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductEditInventoryItemWithId} [${inventoryItemId?if_exists}]</div>
+<h1>${uiLabelMap.ProductEditInventoryItemWithId} [${inventoryItemId?if_exists}]</h1>
 <a href="<@ofbizUrl>EditInventoryItem<#if facilityId?exists>?facilityId=${facilityId}</#if></@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewInventoryItem}]</a>
 <#if inventoryItemId?exists>
     <a href="<@ofbizUrl>TransferInventoryItem?inventoryItemId=${inventoryItemId}<#if facilityId?exists>&facilityId=${facilityId}</#if></@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductTransferItem}]</a>
@@ -27,7 +27,7 @@
   <table border="0" cellpadding="2" cellspacing="0">
   <input type="hidden" name="inventoryItemId" value="${inventoryItemId}">
   <tr>
-    <td align="right"><div class="tabletext">${uiLabelMap.ProductInventoryItemId}</div></td>
+    <td align="right"><p>${uiLabelMap.ProductInventoryItemId}</p></td>
     <td>&nbsp;</td>
     <td>
       <b>${inventoryItemId}</b> ${uiLabelMap.ProductNotModificationRecrationInventoryItem}
@@ -44,7 +44,7 @@
   </#if>
 </#if>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductInventoryItemTypeId}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductInventoryItemTypeId}</p></td>
         <td>&nbsp;</td>
         <td>
           <select name="inventoryItemTypeId" size="1" class="selectBox">
@@ -59,7 +59,7 @@
         </td>
       </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductProductId}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductProductId}</p></td>
         <td>&nbsp;</td>
         <td>
             <input type="text" name="productId" value="${inventoryItemData.productId?if_exists}" size="20" maxlength="20" class="inputBox">
@@ -71,7 +71,7 @@
         </td>
       </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.PartyPartyId}</div></td>
+        <td align="right"><p>${uiLabelMap.PartyPartyId}</p></td>
         <td>&nbsp;</td>
         <td>
             <input type="text" name="partyId" value="${inventoryItemData.partyId?if_exists}" size="20" maxlength="20" class="inputBox">
@@ -80,7 +80,7 @@
       </tr>
       <#if "SERIALIZED_INV_ITEM" == (inventoryItem.inventoryItemTypeId)?if_exists>
           <tr>
-            <td align="right"><div class="tabletext">${uiLabelMap.ProductStatus}</div></td>
+            <td align="right"><p>${uiLabelMap.ProductStatus}</p></td>
             <td>&nbsp;</td>
             <td>
               <select name="statusId" class="selectBox">
@@ -99,7 +99,7 @@
           </tr>
       </#if>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductDateReceived}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductDateReceived}</p></td>
         <td>&nbsp;</td>
         <td>
             <input type="text" size="25" name="datetimeReceived" value="${(inventoryItemData.datetimeReceived.toString())?if_exists}" class="inputBox">
@@ -107,7 +107,7 @@
         </td>
       </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductExpireDate}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductExpireDate}</p></td>
         <td>&nbsp;</td>
         <td>
             <input type="text" size="25" name="expireDate" value="${(inventoryItemData.expireDate.toString())?if_exists}" class="inputBox">
@@ -115,7 +115,7 @@
         </td>
       </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductFacilityContainer}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductFacilityContainer}</p></td>
         <td>&nbsp;</td>
         <td>
             <span class="tabletext">${uiLabelMap.ProductSelectFacility} : </span>
@@ -140,11 +140,11 @@
          </td>
        </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductFacilityLocation}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductFacilityLocation}</p></td>
         <td>&nbsp;</td>
         <td>
           <#if facilityLocation?exists>
-            <div class="tabletext">
+            <p>
               <b>${uiLabelMap.ProductArea} :</b>&nbsp;${facilityLocation.areaId?if_exists}
               <b>${uiLabelMap.ProductAisle} :</b>&nbsp;${facilityLocation.aisleId?if_exists}
               <b>${uiLabelMap.ProductSection} :</b>&nbsp;${facilityLocation.sectionId?if_exists}
@@ -150,7 +150,7 @@
               <b>${uiLabelMap.ProductSection} :</b>&nbsp;${facilityLocation.sectionId?if_exists}
               <b>${uiLabelMap.ProductLevel} :</b>&nbsp;${facilityLocation.levelId?if_exists}
               <b>${uiLabelMap.ProductPosition}:</b>&nbsp;${facilityLocation.positionId?if_exists}
-            </div>
+            </p>
           </#if>
           <#if inventoryItem?exists>
             <input type="text" size="20" maxsize="20" name="locationSeqId" value="${inventoryItem.locationSeqId?if_exists}" class="inputBox"/>
@@ -171,7 +171,7 @@
         </td>
       </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductLotId}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductLotId}</p></td>
         <td>&nbsp;</td>
         <td><input type="text" name="lotId" value="${inventoryItemData.lotId?if_exists}" size="20" maxlength="20" class="inputBox"></td>
       </tr>
@@ -176,7 +176,7 @@
         <td><input type="text" name="lotId" value="${inventoryItemData.lotId?if_exists}" size="20" maxlength="20" class="inputBox"></td>
       </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductUomId}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductUomId}</p></td>
         <td>&nbsp;</td>
         <td><input type="text" name="uomId" value="${inventoryItemData.uomId?if_exists}" size="20" maxlength="20" class="inputBox"></td>
       </tr>
@@ -181,7 +181,7 @@
         <td><input type="text" name="uomId" value="${inventoryItemData.uomId?if_exists}" size="20" maxlength="20" class="inputBox"></td>
       </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductBinNumber}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductBinNumber}</p></td>
         <td>&nbsp;</td>
         <td><input type="text" name="binNumber" value="${inventoryItemData.binNumber?if_exists}" size="20" maxlength="20" class="inputBox"></td>
       </tr>
@@ -186,7 +186,7 @@
         <td><input type="text" name="binNumber" value="${inventoryItemData.binNumber?if_exists}" size="20" maxlength="20" class="inputBox"></td>
       </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductPerUnitPrice}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductPerUnitPrice}</p></td>
         <td>&nbsp;</td>
         <td><input type="text" name="unitCost" value="${inventoryItemData.unitCost?default(0)}" size="20" maxlength="20" class="inputBox"></td>
       </tr>
@@ -191,7 +191,7 @@
         <td><input type="text" name="unitCost" value="${inventoryItemData.unitCost?default(0)}" size="20" maxlength="20" class="inputBox"></td>
       </tr>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductComments}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductComments}</p></td>
         <td>&nbsp;</td>
         <td><input type="text" name="comments" value="${inventoryItemData.comments?if_exists}" size="60" maxlength="250" class="inputBox"></td>
       </tr>
@@ -197,11 +197,11 @@
       </tr>
     <#if "NON_SERIAL_INV_ITEM" == (inventoryItem.inventoryItemTypeId)?if_exists>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductAvailablePromiseQuantityHand}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductAvailablePromiseQuantityHand}</p></td>
         <td>&nbsp;</td>
         <td>
-            <div class="tabletext">${inventoryItemData.availableToPromiseTotal?if_exists} / ${inventoryItemData.quantityOnHandTotal?if_exists}</div>
-            <div class="tabletext">${uiLabelMap.ProductPhysicalInventoryVariance}</div>
+            <p>${inventoryItemData.availableToPromiseTotal?if_exists} / ${inventoryItemData.quantityOnHandTotal?if_exists}</p>
+            <p>${uiLabelMap.ProductPhysicalInventoryVariance}</p>
         </td>
       </tr>
     <#elseif "SERIALIZED_INV_ITEM" == (inventoryItem.inventoryItemTypeId)?if_exists>
@@ -206,7 +206,7 @@
       </tr>
     <#elseif "SERIALIZED_INV_ITEM" == (inventoryItem.inventoryItemTypeId)?if_exists>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductSerialNumber}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductSerialNumber}</p></td>
         <td>&nbsp;</td>
         <td><input type="text" name="serialNumber" value="${inventoryItemData.serialNumber?if_exists}" size="30" maxlength="60" class="inputBox"></td>
       </tr>
@@ -212,7 +212,7 @@
       </tr>
     <#elseif inventoryItem?exists>
       <tr>
-        <td align="right"><div class="tabletext">${uiLabelMap.ProductSerialAtpQoh}</div></td>
+        <td align="right"><p>${uiLabelMap.ProductSerialAtpQoh}</p></td>
         <td>&nbsp;</td>
         <td><div class="tabletext" style="color: red;">${uiLabelMap.ProductErrorType} [${inventoryItem.inventoryItemTypeId?if_exists}] ${uiLabelMap.ProductUnknownSpecifyType} .</div></td>
       </tr>
@@ -226,7 +226,7 @@
 
 <#if "NON_SERIAL_INV_ITEM" == (inventoryItem.inventoryItemTypeId)?if_exists>
     <hr class="sepbar"/>
-    <div class="head2">${uiLabelMap.ProductPhysicalInventoryVariances}</div>
+    <h2>${uiLabelMap.ProductPhysicalInventoryVariances}</h2>
 
     ${createPhysicalInventoryAndVarianceWrapper.renderFormString(context)}
     <br/>
Index: applications/product/webapp/facility/inventory/TransferInventoryItem.ftl
===================================================================
--- applications/product/webapp/facility/inventory/TransferInventoryItem.ftl	(revision 493251)
+++ applications/product/webapp/facility/inventory/TransferInventoryItem.ftl	(working copy)
@@ -18,7 +18,7 @@
         <div class="errorMessage">${illegalInventoryItem}</div>
     </#if>
 
-    <div class="head1">${uiLabelMap.ProductInventoryTransfer} <span class="head2">${uiLabelMap.CommonFrom}&nbsp;<#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+    <h1>${uiLabelMap.ProductInventoryTransfer} &nbsp;${uiLabelMap.CommonFrom}&nbsp;<#if facility?exists>${(facility.facilityName)?if_exists}</#if> [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
     <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a>
 
 <#--    <table border="0" cellpadding="2" cellspacing="0">  -->
@@ -27,7 +27,7 @@
         <form method="post" action="<@ofbizUrl>TransferInventoryItem</@ofbizUrl>" style="margin: 0;">
          <table border="0" cellpadding="2" cellspacing="0">
         <tr>
-            <td width="25%" align="right"><div class="tabletext">${uiLabelMap.ProductInventoryItemId}</div></td>
+            <td width="25%" align="right"><p>${uiLabelMap.ProductInventoryItemId}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="25%">
             <input type="text" class="inputBox" name="inventoryItemId" size="20" maxlength="20">
@@ -57,7 +57,7 @@
         <input type="hidden" name="locationSeqId" value="${(inventoryItem.locationSeqId)?if_exists}">
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%"align="right"><div class="tabletext">${uiLabelMap.ProductInventoryItemId}</div></td>
+            <td width="6%"align="right"><p>${uiLabelMap.ProductInventoryItemId}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <b>${inventoryItemId}</b>
@@ -66,11 +66,11 @@
 
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductInventoryItemTypeId}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductInventoryItemTypeId}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <#if inventoryItemType?exists>
-                <div class="tabletext">${(inventoryItemType.get("description",locale))?if_exists}</div>
+                <p>${(inventoryItemType.get("description",locale))?if_exists}</p>
             </#if>
             </td>
         </tr>
@@ -76,7 +76,7 @@
         </tr>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductProductId}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductProductId}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
                 <#if inventoryItem?exists && (inventoryItem.productId)?exists>
@@ -86,13 +86,13 @@
         </tr>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductStatus}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductStatus}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <#if inventoryStatus?exists>
-                <div class="tabletext">${(inventoryStatus.get("description",locale))?if_exists}</div>
+                <p>${(inventoryStatus.get("description",locale))?if_exists}</p>
             <#else>
-                <div class="tabletext">--</div>
+                <p>--</p>
             </#if>
             </td>
         </tr>
@@ -99,13 +99,13 @@
 
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductComments}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductComments}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <#if (inventoryItem.comments)?exists>
-                <div class="tabletext">${inventoryItem.comments}</td></div>
+                <p>${inventoryItem.comments}</td></p>
             <#else>
-                <div class="tabletext">--</div>
+                <p>--</p>
             </#if>
             </td>
         </tr>
@@ -112,15 +112,15 @@
 
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductSerialAtpQoh}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductSerialAtpQoh}</p></td>
             <td width="6%">&nbsp;</td>
             <#if inventoryItem?exists && inventoryItem.inventoryItemTypeId.equals("NON_SERIAL_INV_ITEM")>
                 <td width="74%">
-                    <div class="tabletext">${(inventoryItem.availableToPromiseTotal)?if_exists}&nbsp;
-                    /&nbsp;${(inventoryItem.quantityOnHandTotal)?if_exists}</div>
+                    <p>${(inventoryItem.availableToPromiseTotal)?if_exists}&nbsp;
+                    /&nbsp;${(inventoryItem.quantityOnHandTotal)?if_exists}</p>
                 </td>
             <#elseif inventoryItem?exists && inventoryItem.inventoryItemTypeId.equals("SERIALIZED_INV_ITEM")>
-                <td width="74%"><div class="tabletext">${(inventoryItem.serialNumber)?if_exists}</div></td>
+                <td width="74%"><p>${(inventoryItem.serialNumber)?if_exists}</p></td>
             <#elseif inventoryItem?exists>
                 <td width="74%"><div class="tabletext" style="color: red;">${uiLabelMap.ProductErrorType} ${(inventoryItem.inventoryItemTypeId)?if_exists} ${uiLabelMap.ProductUnknownSpecifyType}.</div></td>
             </#if>
@@ -131,7 +131,7 @@
     </tr>
     <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="left" nowrap><div class="tabletext">${uiLabelMap.ProductTransferStatus}</div></td>
+        <td width="6%" align="left" nowrap><p>${uiLabelMap.ProductTransferStatus}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
         <select name="statusId" class="selectBox">
@@ -147,7 +147,7 @@
     </tr>
     <tr>
        <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductTransferSendDate}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductTransferSendDate}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
         <input type="text" name="sendDate" value="${(inventoryTransfer.sendDate)?if_exists}" size="22" class="inputBox">
@@ -157,7 +157,7 @@
     <#if !(inventoryTransfer?exists)>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductToFacilityContainer}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductToFacilityContainer}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <span class="tabletext">${uiLabelMap.ProductSelectFacility}:</span>
@@ -173,7 +173,7 @@
         </tr>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductToLocation}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductToLocation}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <input type="text" size="20" name="locationSeqIdTo" value="${(inventoryTransfer.locationSeqIdTo)?if_exists}" maxlength="20" class="inputBox">
@@ -186,7 +186,7 @@
         </tr>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductComments}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductComments}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <input type="text" name="comments" size="60" maxlength="250" class="inputBox">
@@ -194,7 +194,7 @@
         </tr>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductQuantityToTransfer}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductQuantityToTransfer}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <#if inventoryItem?exists && inventoryItem.inventoryItemTypeId.equals("NON_SERIAL_INV_ITEM")>
@@ -201,7 +201,7 @@
                 <input type="text" size="5" name="xferQty" value="${(inventoryItem.availableToPromiseTotal)?if_exists}" class="inputBox">
             <#elseif inventoryItem?exists && inventoryItem.inventoryItemTypeId.equals("SERIALIZED_INV_ITEM")>
                 <input type="hidden" name="xferQty" value="1">
-                <div class="tabletext">1</div>
+                <p>1</p>
             <#elseif inventoryItem?exists>
                 <div class="tabletext" style="color: red;">${uiLabelMap.ProductErrorType} ${(inventoryItem.inventoryItemTypeId)?if_exists} ${uiLabelMap.ProductUnknownSpecifyType}.</div>
             </#if>
@@ -210,7 +210,7 @@
     <#else>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductTransferReceiveDate}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductTransferReceiveDate}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <input type="text" name="receiveDate" value="${(inventoryTransfer.receiveDate)?if_exists}" size="22" class="inputBox">
@@ -219,14 +219,14 @@
         </tr>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductToFacilityContainer}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductToFacilityContainer}</p></td>
             <td width="6%">&nbsp;</td>
             <#assign fac = delegator.findByPrimaryKey("Facility", Static["org.ofbiz.base.util.UtilMisc"].toMap("facilityId", inventoryTransfer.facilityIdTo))>
-            <td width="74%"><div class="tabletext">${(fac.facilityName)?if_exists}</div></td>
+            <td width="74%"><p>${(fac.facilityName)?if_exists}</p></td>
         </tr>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductToLocation}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductToLocation}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <input type="text" size="20" name="locationSeqIdTo" value="${(inventoryTransfer.locationSeqIdTo)?if_exists}" maxlength="20" class="inputBox">
@@ -239,7 +239,7 @@
         </tr>
         <tr>
             <td width="14%">&nbsp;</td>
-            <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductComments}</div></td>
+            <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductComments}</p></td>
             <td width="6%">&nbsp;</td>
             <td width="74%">
             <input type="text" name="comments" value="${(inventoryTransfer.comments)?if_exists}" size="60" maxlength="250" class="inputBox">
Index: applications/product/webapp/facility/inventory/receiveInventory.ftl
===================================================================
--- applications/product/webapp/facility/inventory/receiveInventory.ftl	(revision 493251)
+++ applications/product/webapp/facility/inventory/receiveInventory.ftl	(working copy)
@@ -19,7 +19,7 @@
 <div class="errorMessage">${invalidProductId}</div>
 </#if>
 
-<div class="head1">${uiLabelMap.ProductReceiveInventory} <span class="head2">${uiLabelMap.CommonInto}&nbsp;<#if facility?has_content>"${facility.facilityName?default("Not Defined")}"</#if> [${uiLabelMap.CommonId} :${facility.facilityId?if_exists}]</span></div>
+<h1>${uiLabelMap.ProductReceiveInventory} &nbsp;${uiLabelMap.CommonInto}&nbsp;<#if facility?has_content>"${facility.facilityName?default("Not Defined")}"</#if> [${uiLabelMap.CommonId} :${facility.facilityId?if_exists}]</h1>
 <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a>
 
 <script language="JavaScript">
@@ -31,7 +31,7 @@
 <#-- Receiving Results -->
 <#if receivedItems?has_content>
   <table width="100%" border="0" cellpadding="2" cellspacing="0">
-    <tr><td colspan="9"><div class="head3">${uiLabelMap.ProductReceiptPurchaseOrder} #${purchaseOrder.orderId}</div></td></tr>
+    <tr><td colspan="9"><h3>${uiLabelMap.ProductReceiptPurchaseOrder} #${purchaseOrder.orderId}</h3></td></tr>
     <tr><td colspan="9"><hr class="sepbar"></td></tr>
     <tr>
       <td><div class="tableheadtext">${uiLabelMap.ProductShipmentId}#</div></td>
@@ -47,15 +47,15 @@
     <tr><td colspan="9"><hr class="sepbar"></td></tr>
     <#list receivedItems as item>
       <tr>
-        <td><div class="tabletext"><a href="<@ofbizUrl>ViewShipment?shipmentId=${item.shipmentId?if_exists}</@ofbizUrl>" class="buttontext">${item.shipmentId?if_exists}</a></div></td>
-        <td><div class="tabletext">${item.receiptId}</div></td>
-        <td><div class="tabletext">${item.getString("datetimeReceived").toString()}</div></td>
-        <td><div class="tabletext"><a href="/ordermgr/control/orderview?orderId=${item.orderId}" class="buttontext">${item.orderId}</a></div></td>
-        <td><div class="tabletext">${item.orderItemSeqId}</div></td>
-        <td><div class="tabletext">${item.productId?default("Not Found")}</div></td>
-        <td><div class="tabletext">${item.unitCost?default(0)?string("##0.00")}</td>
-        <td><div class="tabletext">${item.quantityRejected?default(0)?string.number}</div></td>
-        <td><div class="tabletext">${item.quantityAccepted?string.number}</div></td>
+        <td><p><a href="<@ofbizUrl>ViewShipment?shipmentId=${item.shipmentId?if_exists}</@ofbizUrl>" class="buttontext">${item.shipmentId?if_exists}</a></p></td>
+        <td><p>${item.receiptId}</p></td>
+        <td><p>${item.getString("datetimeReceived").toString()}</p></td>
+        <td><p><a href="/ordermgr/control/orderview?orderId=${item.orderId}" class="buttontext">${item.orderId}</a></p></td>
+        <td><p>${item.orderItemSeqId}</p></td>
+        <td><p>${item.productId?default("Not Found")}</p></td>
+        <td><p>${item.unitCost?default(0)?string("##0.00")}</td>
+        <td><p>${item.quantityRejected?default(0)?string.number}</p></td>
+        <td><p>${item.quantityAccepted?string.number}</p></td>
       </tr>
     </#list>
     <tr><td colspan="9"><hr class="sepbar"></td></tr>
@@ -80,7 +80,7 @@
       <input type="hidden" name="orderItemSeqId_o_0" value="${firstOrderItem.orderItemSeqId}"/>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductPurchaseOrder}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductPurchaseOrder}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <b>${purchaseOrder.orderId}</b>&nbsp;/&nbsp;<b>${firstOrderItem.orderItemSeqId}</b>
@@ -94,7 +94,7 @@
       </#if>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductProductId}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductProductId}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <b>${requestParameters.productId?if_exists}</b>
@@ -102,10 +102,10 @@
       </tr>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductProductName}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductProductName}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
-          <div class="tabletext"><a href="/catalog/control/EditProduct?productId=${product.productId}${externalKeyParam?if_exists}" target="catalog" class="buttontext">${product.internalName?if_exists}</a></div>
+          <p><a href="/catalog/control/EditProduct?productId=${product.productId}${externalKeyParam?if_exists}" target="catalog" class="buttontext">${product.internalName?if_exists}</a></p>
         </td>
       </tr>
       <tr>
@@ -110,10 +110,10 @@
       </tr>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductProductDescription}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductProductDescription}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
-          <div class="tabletext">${product.description?if_exists}</div>
+          <p>${product.description?if_exists}</p>
         </td>
       </tr>
       <tr>
@@ -118,7 +118,7 @@
       </tr>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductItemDescription}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductItemDescription}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <input type="text" name="itemDescription_o_0" size="30" maxlength="60" class="inputBox"/>
@@ -126,7 +126,7 @@
       </tr>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductInventoryItemType} </div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductInventoryItemType} </p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <select name="inventoryItemTypeId_o_0" size="1" class="selectBox">
@@ -145,7 +145,7 @@
       </tr>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductDateReceived}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductDateReceived}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <input type="text" name="datetimeReceived_o_0" size="24" value="${Static["org.ofbiz.base.util.UtilDateTime"].nowTimestamp().toString()}" class="inputBox">
@@ -157,7 +157,7 @@
       <#assign facilityLocations = (product.getRelatedByAnd("ProductFacilityLocation", Static["org.ofbiz.base.util.UtilMisc"].toMap("facilityId", facilityId)))?if_exists/>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductFacilityLocation}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductFacilityLocation}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <#if facilityLocations?has_content>
@@ -182,7 +182,7 @@
       </tr>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductRejectedReason}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductRejectedReason}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <select name="rejectionId_o_0" size="1" class="selectBox">
@@ -195,7 +195,7 @@
       </tr>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductQuantityRejected}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductQuantityRejected}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <input type="text" name="quantityRejected_o_0" size="5" value="0" class="inputBox"/>
@@ -203,7 +203,7 @@
       </tr>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductQuantityAccepted}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductQuantityAccepted}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <input type="text" name="quantityAccepted_o_0" size="5" value="${defaultQuantity?default(1)?string.number}" class="inputBox"/>
@@ -211,7 +211,7 @@
       </tr>
       <tr>
         <td width="14%">&nbsp;</td>
-        <td width="6%" align="right" nowrap><div class="tabletext">${uiLabelMap.ProductPerUnitPrice}</div></td>
+        <td width="6%" align="right" nowrap><p>${uiLabelMap.ProductPerUnitPrice}</p></td>
         <td width="6%">&nbsp;</td>
         <td width="74%">
           <#-- get the default unit cost -->
@@ -239,7 +239,7 @@
     <table width="100%" border="0" cellpadding="2" cellspacing="0">
       <tr>
         <td>
-          <div class="head3">${uiLabelMap.ProductSelectShipmentReceive}</div>
+          <h3>${uiLabelMap.ProductSelectShipmentReceive}</h3>
         </td>
       </tr>
       <#list shipments?if_exists as shipment>
@@ -256,12 +256,12 @@
             <table width="100%" border="0" cellpadding="2" cellspacing="0">
               <tr>
                 <td width="5%" nowrap><input type="radio" name="shipmentId" value="${shipment.shipmentId}"></td>
-                <td width="5%" nowrap><div class="tabletext">${shipment.shipmentId}</div></td>
-                <td><div class="tabletext">${shipmentType.get("description",locale)?default(shipmentType.shipmentTypeId?default(""))}</div></td>
-                <td><div class="tabletext">${statusItem.get("description",locale)?default(statusItem.statusId?default("N/A"))}</div></td>
-                <td><div class="tabletext">${(originFacility.facilityName)?if_exists} [${shipment.originFacilityId?if_exists}]</div></td>
-                <td><div class="tabletext">${(destinationFacility.facilityName)?if_exists} [${shipment.destinationFacilityId?if_exists}]</div></td>
-                <td><div class="tabletext"><span style="white-space: nowrap;">${(shipment.estimatedArrivalDate.toString())?if_exists}</span></div></td>
+                <td width="5%" nowrap><p>${shipment.shipmentId}</p></td>
+                <td><p>${shipmentType.get("description",locale)?default(shipmentType.shipmentTypeId?default(""))}</p></td>
+                <td><p>${statusItem.get("description",locale)?default(statusItem.statusId?default("N/A"))}</p></td>
+                <td><p>${(originFacility.facilityName)?if_exists} [${shipment.originFacilityId?if_exists}]</p></td>
+                <td><p>${(destinationFacility.facilityName)?if_exists} [${shipment.destinationFacilityId?if_exists}]</p></td>
+                <td><p><span style="white-space: nowrap;">${(shipment.estimatedArrivalDate.toString())?if_exists}</span></p></td>
               </tr>
             </table>
           </td>
@@ -275,7 +275,7 @@
           <table width="100%" border="0" cellpadding="2" cellspacing="0">
             <tr>
               <td width="5%" nowrap><input type="radio" name="shipmentId" value="_NA_"></td>
-              <td width="5%" nowrap><div class="tabletext">${uiLabelMap.ProductNoSpecificShipment}</div></td>
+              <td width="5%" nowrap><p>${uiLabelMap.ProductNoSpecificShipment}</p></td>
               <td colspan="5"></td>
             </tr>
           </table>
@@ -305,9 +305,9 @@
       <#else/>
         <tr>
           <td>
-            <div class="head3">${uiLabelMap.ProductReceivePurchaseOrder} #${purchaseOrder.orderId}</div>
+            <h3>${uiLabelMap.ProductReceivePurchaseOrder} #${purchaseOrder.orderId}</h3>
             <#if shipment?has_content>
-            <div class="head3">${uiLabelMap.ProductShipmentId} #${shipment.shipmentId}</div>
+            <h3>${uiLabelMap.ProductShipmentId} #${shipment.shipmentId}</h3>
             </#if>
           </td>
           <td align="right">
@@ -347,17 +347,17 @@
                     <#assign product = orderItem.getRelatedOneCache("Product")/>
                     <input type="hidden" name="productId_o_${rowCount}" value="${product.productId}"/>
                     <td width="45%">
-                      <div class="tabletext">
+                      <p>
                         ${orderItem.orderItemSeqId}:&nbsp;<a href="/catalog/control/EditProduct?productId=${product.productId}${externalKeyParam?if_exists}" target="catalog" class="buttontext">${product.productId}&nbsp;-&nbsp;${orderItem.itemDescription?if_exists}</a> : ${product.description?if_exists}
-                      </div>
+                      </p>
                     </td>
                   <#else>
                     <td width="45%">
-                      <div class="tabletext">
+                      <p>
                         <b>${orderItemType.get("description",locale)}</b> : ${orderItem.itemDescription?if_exists}&nbsp;&nbsp;
                         <input type="text" class="inputBox" size="12" name="productId_o_${rowCount}"/>
                         <a href="/catalog/control/EditProduct?externalLoginKey=${externalLoginKey}" target="catalog" class="buttontext">${uiLabelMap.ProductCreateProduct}</a>
-                      </div>
+                      </p>
                     </td>
                   </#if>
                   <td align="right">
@@ -453,7 +453,7 @@
         <#if rowCount == 0>
           <tr>
             <td colspan="2">
-              <div class="tabletext">${uiLabelMap.ProductNoItemsPo} #${purchaseOrder.orderId} ${uiLabelMap.ProductToReceive}.</div>
+              <p>${uiLabelMap.ProductNoItemsPo} #${purchaseOrder.orderId} ${uiLabelMap.ProductToReceive}.</p>
             </td>
           </tr>
           <tr>
@@ -480,9 +480,9 @@
     <input type="hidden" name="facilityId" value="${requestParameters.facilityId?if_exists}"/>
     <input type="hidden" name="initialSelected" value="Y"/>
     <table border="0" cellpadding="2" cellspacing="0">
-      <tr><td colspan="4"><div class="head3">${uiLabelMap.ProductReceiveItem}</div></td></tr>
+      <tr><td colspan="4"><h3>${uiLabelMap.ProductReceiveItem}</h3></td></tr>
       <tr>
-        <td width="25%" align="right"><div class="tabletext">${uiLabelMap.ProductPurchaseOrderNumber}</div></td>
+        <td width="25%" align="right"><p>${uiLabelMap.ProductPurchaseOrderNumber}</p></td>
         <td>&nbsp;</td>
         <td width="25%">
           <input type="text" class="inputBox" name="purchaseOrderId" size="20" maxlength="20" value="${requestParameters.purchaseOrderId?if_exists}">
@@ -492,10 +492,10 @@
             </a>
           </span>
         </td>
-        <td><div class="tabletext">&nbsp;(${uiLabelMap.ProductLeaveSingleProductReceiving})</div></td>
+        <td><p>&nbsp;(${uiLabelMap.ProductLeaveSingleProductReceiving})</p></td>
       </tr>
       <tr>
-        <td width="25%" align="right"><div class="tabletext">${uiLabelMap.ProductProductId}</div></td>
+        <td width="25%" align="right"><p>${uiLabelMap.ProductProductId}</p></td>
         <td>&nbsp;</td>
         <td width="25%">
           <input type="text" class="inputBox" name="productId" size="20" maxlength="20" value="${requestParameters.productId?if_exists}"/>
@@ -505,7 +505,7 @@
             </a>
           </span>
         </td>
-        <td><div class="tabletext">&nbsp;(${uiLabelMap.ProductLeaveEntirePoReceiving})</div></td>
+        <td><p>&nbsp;(${uiLabelMap.ProductLeaveEntirePoReceiving})</p></td>
       </tr>
       <tr>
         <td colspan="2">&nbsp;</td>
Index: applications/product/webapp/facility/returns/receiveReturn.ftl
===================================================================
--- applications/product/webapp/facility/returns/receiveReturn.ftl	(revision 493251)
+++ applications/product/webapp/facility/returns/receiveReturn.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<div class="head1">${uiLabelMap.ProductReceiveReturn} <span class='head2'>${uiLabelMap.CommonInto}&nbsp;<#if facility?has_content>"${facility.facilityName?default("Not Defined")}"</#if> [${uiLabelMap.CommonId}:${facility.facilityId?if_exists}]</span></div>
+<h1>${uiLabelMap.ProductReceiveReturn} &nbsp; ${uiLabelMap.CommonInto}&nbsp;<#if facility?has_content>"${facility.facilityName?default("Not Defined")}"</#if> [${uiLabelMap.CommonId}:${facility.facilityId?if_exists}]</h1>
 <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a>
 
 <div>&nbsp;</div>
@@ -23,7 +23,7 @@
 <#-- Receiving Results -->
 <#if receivedItems?has_content>
   <table width="100%" border='0' cellpadding='2' cellspacing='0'>
-    <tr><td colspan="7"><div class="head3">${uiLabelMap.ProductReceiptForReturn} <a href="/ordermgr/control/returnMain?returnId=${returnHeader.returnId}${externalKeyParam?if_exists}" class="buttontext">#${returnHeader.returnId}</a></div></td></tr>
+    <tr><td colspan="7"><h3>${uiLabelMap.ProductReceiptForReturn} <a href="/ordermgr/control/returnMain?returnId=${returnHeader.returnId}${externalKeyParam?if_exists}" class="buttontext">#${returnHeader.returnId}</a></h3></td></tr>
     <tr><td colspan="7"><hr class="sepbar"></td></tr>
     <tr>
       <td><div class="tableheadtext">${uiLabelMap.ProductReceipt}</div></td>
@@ -37,13 +37,13 @@
     <tr><td colspan="7"><hr class="sepbar"></td></tr>
     <#list receivedItems as item>
       <tr>
-        <td><div class="tabletext">${item.receiptId}</div></td>
-        <td><div class="tabletext">${item.getString("datetimeReceived").toString()}</div></td>
-        <td><div class="tabletext">${item.returnId}</div></td>
-        <td><div class="tabletext">${item.returnItemSeqId}</div></td>
-        <td><div class="tabletext">${item.productId?default("Not Found")}</div></td>
-        <td><div class="tabletext">${item.unitCost?default(0)?string("##0.00")}</div></td>
-        <td><div class="tabletext">${item.quantityAccepted?string.number}</div></td>
+        <td><p>${item.receiptId}</p></td>
+        <td><p>${item.getString("datetimeReceived").toString()}</p></td>
+        <td><p>${item.returnId}</p></td>
+        <td><p>${item.returnItemSeqId}</p></td>
+        <td><p>${item.productId?default("Not Found")}</p></td>
+        <td><p>${item.unitCost?default(0)?string("##0.00")}</p></td>
+        <td><p>${item.quantityAccepted?string.number}</p></td>
       </tr>
     </#list>
     <tr><td colspan="7"><hr class="sepbar"></td></tr>
@@ -68,7 +68,7 @@
       <#else>
         <tr>
           <td>
-            <div class="head3">${uiLabelMap.ProductReceiveReturn} <a href="/ordermgr/control/returnMain?returnId=${returnHeader.returnId}${externalKeyParam?if_exists}" class="buttontext">#${returnHeader.returnId}</a></div>
+            <h3>${uiLabelMap.ProductReceiveReturn} <a href="/ordermgr/control/returnMain?returnId=${returnHeader.returnId}${externalKeyParam?if_exists}" class="buttontext">#${returnHeader.returnId}</a></h3>
           </td>
           <td align="right">
             <span class="tableheadtext">${uiLabelMap.ProductSelectAll}</span>&nbsp;
@@ -103,24 +103,24 @@
                     <#assign serializedInv = product.getRelatedByAnd("InventoryItem", Static["org.ofbiz.base.util.UtilMisc"].toMap("inventoryItemTypeId", "SERIALIZED_INV_ITEM"))>
                     <input type="hidden" name="productId_o_${rowCount}" value="${product.productId}">                      
                     <td width="45%">
-                      <div class="tabletext">
+                      <p>
                         ${returnItem.returnItemSeqId}:&nbsp;<a href="/catalog/control/EditProduct?productId=${product.productId}${externalKeyParam?if_exists}" target="catalog" class="buttontext">${product.productId}&nbsp;-&nbsp;${product.internalName?if_exists}</a> : ${product.description?if_exists}
                         <#if serializedInv?has_content><font color='red'>**${uiLabelMap.ProductSerializedInventoryFound}**</font></#if>
-                      </div>                       
+                      </p>                       
                     </td>
                   <#elseif orderItem?has_content>
                     <td width="45%">
-                      <div class="tabletext">
+                      <p>
                         ${returnItem.returnItemSeqId}:&nbsp;<b>${orderItemType.get("description",locale)}</b> : ${orderItem.itemDescription?if_exists}&nbsp;&nbsp;
                         <input type="text" class="inputBox" size="12" name="productId_o_${rowCount}">
                         <a href="/catalog/control/EditProduct?externalLoginKey=${externalLoginKey}" target="catalog" class="buttontext">${uiLabelMap.ProductCreateProduct}</a>
-                      </div>
+                      </p>
                     </td>
                   <#else>
                     <td width="45%">
-                      <div class="tabletext">
+                      <p>
                         ${returnItem.returnItemSeqId}:&nbsp;${returnItem.get("description",locale)?if_exists}
-                      </div>
+                      </p>
                     </td>
                   </#if>
                   <td>&nbsp;</td>
@@ -216,7 +216,7 @@
         <#if rowCount == 0>
           <tr>
             <td colspan="2">
-              <div class="tabletext">${uiLabelMap.ProductNoItemsReturn} #${returnHeader.returnId} ${uiLabelMap.ProductToReceive}.</div>
+              <p>${uiLabelMap.ProductNoItemsReturn} #${returnHeader.returnId} ${uiLabelMap.ProductToReceive}.</p>
             </td>
           </tr>
           <tr>
@@ -243,9 +243,9 @@
     <input type="hidden" name="facilityId" value="${requestParameters.facilityId?if_exists}">
     <input type="hidden" name="initialSelected" value="Y">
     <table border='0' cellpadding='2' cellspacing='0'>
-      <tr><td colspan="4"><div class="head3">${uiLabelMap.ProductReceiveReturn}</div></td></tr>
+      <tr><td colspan="4"><h3>${uiLabelMap.ProductReceiveReturn}</h3></td></tr>
       <tr>        
-        <td width="15%" align='right'><div class="tabletext">${uiLabelMap.ProductReturnNumber}</div></td>
+        <td width="15%" align='right'><p>${uiLabelMap.ProductReturnNumber}</div></td>
         <td>&nbsp;</td>
         <td width="90%">
           <input type="text" class="inputBox" name="returnId" size="20" maxlength="20" value="${requestParameters.returnId?if_exists}">          
Index: applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl
===================================================================
--- applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl	(working copy)
@@ -18,7 +18,7 @@
 
 <form name="additemsfromorder" action="<@ofbizUrl>AddItemsFromOrder</@ofbizUrl>">
     <input type="hidden" name="shipmentId" value="${shipmentId}"/>
-    <div class="tabletext">
+    <p>
         ${uiLabelMap.ProductOrderId} : <input type="text" class='inputBox' size="20" name="orderId" value="${orderId?if_exists}"/>
         <span class='tabletext'>
             <a href="javascript:call_fieldlookup2(document.additemsfromorder.orderId,'LookupOrderHeaderAndShipInfo');">
@@ -27,10 +27,10 @@
         </span>
         ${uiLabelMap.ProductOrderShipGroupId} : <input type="text" class='inputBox' size="20" name="shipGroupSeqId" value="${shipGroupSeqId?if_exists}"/>
         <input type="submit" value="${uiLabelMap.CommonSelect}" class="smallSubmit"/>
-    </div>
+    </p>
 </form>
 
-<div class="head2">${uiLabelMap.ProductAddItemsShipment}: [${shipmentId?if_exists}]; ${uiLabelMap.OrderFromOrder}: [${orderId?if_exists}], ${uiLabelMap.OrderShipGroup}: [${shipGroupSeqId?if_exists}]</div>
+<h2>${uiLabelMap.ProductAddItemsShipment}: [${shipmentId?if_exists}]; ${uiLabelMap.OrderFromOrder}: [${orderId?if_exists}], ${uiLabelMap.OrderShipGroup}: [${shipGroupSeqId?if_exists}]</h2>
 <#if orderId?has_content && !orderHeader?exists>
     <div class="head3" style="color: red;"><#assign uiLabelWithVar=uiLabelMap.ProductErrorOrderIdNotFound?interpret><@uiLabelWithVar/>.</div>
 </#if>
@@ -40,18 +40,18 @@
     <#elseif orderHeader.orderTypeId == "PURCHASE_ORDER" && shipment.shipmentTypeId?if_exists != "PURCHASE_SHIPMENT" && shipment.shipmentTypeId?if_exists != "DROP_SHIPMENT">
         <div class="head3" style="color: red;">${uiLabelMap.ProductWarningOrderType} ${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)}, ${uiLabelMap.ProductNotPurchaseShipment}.</div>
     <#else>
-        <div class="head3">${uiLabelMap.ProductNoteOrderType} ${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)}.</div>
-        <div class="head3">${uiLabelMap.ProductShipmentType}: ${shipment.shipmentTypeId?if_exists}.</div>
+        <h3>${uiLabelMap.ProductNoteOrderType} ${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)}.</h3>
+        <h3>${uiLabelMap.ProductShipmentType}: ${shipment.shipmentTypeId?if_exists}.</h3>
     </#if>
     <#if shipment.shipmentTypeId?if_exists == "SALES_SHIPMENT">
-        <div class="head3">${uiLabelMap.ProductOriginFacilityIs}: <#if originFacility?exists>${originFacility.facilityName?if_exists} [${originFacility.facilityId}]<#else><span style="color: red;">${uiLabelMap.ProductNotSet}</span></#if></div>
+        <h3>${uiLabelMap.ProductOriginFacilityIs}: <#if originFacility?exists>${originFacility.facilityName?if_exists} [${originFacility.facilityId}]<#else><span style="color: red;">${uiLabelMap.ProductNotSet}</span></#if></h3>
     <#elseif shipment.shipmentTypeId?if_exists == "PURCHASE_SHIPMENT">
-        <div class="head3">${uiLabelMap.ProductDestinationFacilityIs}: <#if destinationFacility?exists>${destinationFacility.facilityName?if_exists} [${destinationFacility.facilityId}]<#else><span style="color: red;">${uiLabelMap.ProductNotSet}</span></#if></div>
+        <h3>${uiLabelMap.ProductDestinationFacilityIs}: <#if destinationFacility?exists>${destinationFacility.facilityName?if_exists} [${destinationFacility.facilityId}]<#else><span style="color: red;">${uiLabelMap.ProductNotSet}</span></#if></h3>
     </#if>
     <#if "ORDER_APPROVED" == orderHeader.statusId || "ORDER_BACKORDERED" == orderHeader.statusId>
-        <div class="head3">${uiLabelMap.ProductNoteOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}.</div>
+        <h3>${uiLabelMap.ProductNoteOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}.</h3>
     <#elseif "ORDER_COMPLETED" == orderHeader.statusId>
-        <div class="head3">${uiLabelMap.ProductNoteOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}, ${uiLabelMap.ProductNoItemsLeft}.</div>
+        <h3>${uiLabelMap.ProductNoteOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}, ${uiLabelMap.ProductNoItemsLeft}.</h3>
     <#else>
         <div class="head3" style="color: red;">${uiLabelMap.ProductWarningOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}; ${uiLabelMap.ProductApprovedBeforeShipping}.</div>
     </#if>
@@ -93,19 +93,19 @@
             <#assign totalQuantityReserved = orderItemData.totalQuantityReserved?if_exists>
             <#assign totalQuantityIssuedAndReserved = orderItemData.totalQuantityIssuedAndReserved?if_exists>
             <tr>
-                <td><div class="tabletext">${orderItemAndShipGroupAssoc.orderId} / ${orderItemAndShipGroupAssoc.shipGroupSeqId} / ${orderItemAndShipGroupAssoc.orderItemSeqId}</div></td>
-                <td><div class="tabletext">${(product.internalName)?if_exists} [${orderItemAndShipGroupAssoc.productId?default("N/A")}]</div></td>
+                <td><p>${orderItemAndShipGroupAssoc.orderId} / ${orderItemAndShipGroupAssoc.shipGroupSeqId} / ${orderItemAndShipGroupAssoc.orderItemSeqId}</p></td>
+                <td><p>${(product.internalName)?if_exists} [${orderItemAndShipGroupAssoc.productId?default("N/A")}]</p></td>
                 <td>
                     <#if itemIssuances?has_content>
                         <#list itemIssuances as itemIssuance>
-                            <div class="tabletext"><b>[${itemIssuance.quantity?if_exists}]</b>${itemIssuance.shipmentId?if_exists}:${itemIssuance.shipmentItemSeqId?if_exists} ${uiLabelMap.CommonOn} [${(itemIssuance.issuedDateTime.toString())?if_exists}] ${uiLabelMap.CommonBy} [${(itemIssuance.issuedByUserLoginId)?if_exists}]</div>
+                            <p><b>[${itemIssuance.quantity?if_exists}]</b>${itemIssuance.shipmentId?if_exists}:${itemIssuance.shipmentItemSeqId?if_exists} ${uiLabelMap.CommonOn} [${(itemIssuance.issuedDateTime.toString())?if_exists}] ${uiLabelMap.CommonBy} [${(itemIssuance.issuedByUserLoginId)?if_exists}]</p>
                         </#list>
                     <#else>
-                        <div class="tabletext">&nbsp;</div>
+                        <p>&nbsp;</p>
                     </#if>
                 </td>
                 <td>
-                    <div class="tabletext">
+                    <p>
                         <#if isSalesOrder>
                             <#if (totalQuantityIssuedAndReserved != orderItemAndShipGroupAssoc.quantity)><span style="color: red;"><#else><span></#if>
                                 [${totalQuantityIssued} + ${totalQuantityReserved} = ${totalQuantityIssuedAndReserved}]
@@ -123,13 +123,13 @@
                                 </b>
                             </span>
                         </#if>
-                    </div>
+                    </p>
                 </td>
                 <#if isSalesOrder>
-                    <td><div class="tabletext">&nbsp;</div></td>
-                    <td><div class="tabletext">&nbsp;</div></td>
-                    <td><div class="tabletext">&nbsp;</div></td>
-                    <td><div class="tabletext">&nbsp;</div></td>
+                    <td><p>&nbsp;</p></td>
+                    <td><p>&nbsp;</p></td>
+                    <td><p>&nbsp;</p></td>
+                    <td><p>&nbsp;</p></td>
                 <#else>
                     <#assign quantityNotIssued = orderItemAndShipGroupAssoc.quantity - totalQuantityIssued>
                     <#if (quantityNotIssued > 0)>
@@ -145,8 +145,8 @@
                         </td>
                         <#assign rowCount = rowCount + 1>   
                     <#else>
-                        <td><div class="tabletext">&nbsp;</div></td>
-                        <td><div class="tabletext">&nbsp;</div></td>
+                        <td><p>&nbsp;</p></td>
+                        <td><p>&nbsp;</p></td>
                     </#if>
                 </#if>
             </tr>
@@ -160,10 +160,10 @@
                         <#assign availableQuantity = 0>
                     </#if>
                     <tr>
-                        <td><div class="tabletext">&nbsp;</div></td>
-                        <td><div class="tabletext">&nbsp;</div></td>
+                        <td><p>&nbsp;</p></td>
+                        <td><p>&nbsp;</p></td>
                         <td>
-                            <div class="tabletext">
+                            <p>
                                 ${orderItemShipGrpInvRes.inventoryItemId}
                                 <#if inventoryItem.facilityId?has_content>
                                     <span<#if originFacility?exists && originFacility.facilityId != inventoryItem.facilityId> style="color: red;"</#if>>[${(inventoryItemFacility.facilityName)?default(inventoryItem.facilityId)}]</span>
@@ -170,11 +170,11 @@
                                 <#else>
                                     <span style="color: red;">[${uiLabelMap.ProductNoFacility}]</span>
                                 </#if>
-                            </div>
+                            </p>
                         </td>
-                        <td><div class="tabletext">&nbsp;</div></td>
-                        <td><div class="tabletext">${orderItemShipGrpInvRes.quantity}</div></td>
-                        <td><div class="tabletext">${orderItemShipGrpInvRes.quantityNotAvailable?default("&nbsp;")}</div></td>
+                        <td><p>&nbsp;</p></td>
+                        <td><p>${orderItemShipGrpInvRes.quantity}</p></td>
+                        <td><p>${orderItemShipGrpInvRes.quantityNotAvailable?default("&nbsp;")}</p></td>
                         <#if originFacility?exists && originFacility.facilityId == inventoryItem.facilityId?if_exists>
                             <td>
                                 <input type="hidden" name="shipmentId_o_${rowCount}" value="${shipmentId}"/>
@@ -189,8 +189,8 @@
                             </td>
                             <#assign rowCount = rowCount + 1>   
                         <#else>
-                            <td><div class="tabletext">${uiLabelMap.ProductNotOriginFacility}</div></td>
-                            <td><div class="tabletext">&nbsp;</div></td>
+                            <td><p>${uiLabelMap.ProductNotOriginFacility}</p></td>
+                            <td><p>&nbsp;</p></td>
                         </#if>
                     </tr>
                 </#list>
@@ -197,7 +197,7 @@
             </#if>
         </#list>
         <tr>
-            <td colspan="8" align="right"><input type="submit" class="smallSubmit" value="${uiLabelMap.ProductIssueAll}"/></td>
+            <td colspan="8" align="right"><input type="submit" value="${uiLabelMap.ProductIssueAll}"/></td>
         </tr>
     </table>
     <input type="hidden" name="_rowCount" value="${rowCount}">
Index: applications/product/webapp/facility/shipment/EditShipmentItems.ftl
===================================================================
--- applications/product/webapp/facility/shipment/EditShipmentItems.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/EditShipmentItems.ftl	(working copy)
@@ -35,21 +35,21 @@
     <#assign totalQuantityPackaged = shipmentItemData.totalQuantityPackaged>
     <#assign totalQuantityToPackage = shipmentItemData.totalQuantityToPackage>
     <tr>
-        <td><div class="tabletext">${shipmentItem.shipmentItemSeqId}</div></td>
-        <td colspan="2"><div class="tabletext">${(product.internalName)?if_exists} [<a href="/catalog/control/EditProduct?productId=${shipmentItem.productId?if_exists}" class="buttontext">${shipmentItem.productId?if_exists}</a>]</div></td>
-        <td><div class="tabletext">${shipmentItem.quantity?default("&nbsp;")}</div></td>
-        <td colspan="2"><div class="tabletext">${shipmentItem.shipmentContentDescription?default("&nbsp;")}</div></td>
-        <td><div class="tabletext"><a href="<@ofbizUrl>deleteShipmentItem?shipmentId=${shipmentId}&shipmentItemSeqId=${shipmentItem.shipmentItemSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></div></td>
+        <td><p>${shipmentItem.shipmentItemSeqId}</p></td>
+        <td colspan="2"><p>${(product.internalName)?if_exists} [<a href="/catalog/control/EditProduct?productId=${shipmentItem.productId?if_exists}" class="buttontext">${shipmentItem.productId?if_exists}</a>]</p></td>
+        <td><p>${shipmentItem.quantity?default("&nbsp;")}</p></td>
+        <td colspan="2"><p>${shipmentItem.shipmentContentDescription?default("&nbsp;")}</p></td>
+        <td><p><a href="<@ofbizUrl>deleteShipmentItem?shipmentId=${shipmentId}&shipmentItemSeqId=${shipmentItem.shipmentItemSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></p></td>
     </tr>
     <#list orderShipments as orderShipment>
         <tr>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext">${uiLabelMap.ProductOrderItem} :<a href="/ordermgr/control/orderview?orderId=${orderShipment.orderId?if_exists}" class="buttontext">${orderShipment.orderId?if_exists}</a>:${orderShipment.orderItemSeqId?if_exists}</div></td>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext">${orderShipment.quantity?if_exists}</div></td>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext">&nbsp;<#-- don't allow a delete, need to implement a cancel issuance <a href="<@ofbizUrl>deleteShipmentItemIssuance?shipmentId=${shipmentId}&itemIssuanceId=${itemIssuance.itemIssuanceId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a> --></div></td>
+            <td><p>&nbsp;</p></td>
+            <td><p>${uiLabelMap.ProductOrderItem} :<a href="/ordermgr/control/orderview?orderId=${orderShipment.orderId?if_exists}" class="buttontext">${orderShipment.orderId?if_exists}</a>:${orderShipment.orderItemSeqId?if_exists}</p></td>
+            <td><p>&nbsp;</p></td>
+            <td><p>${orderShipment.quantity?if_exists}</p></td>
+            <td><p>&nbsp;</p></td>
+            <td><p>&nbsp;</p></td>
+            <td><p>&nbsp;<#-- don't allow a delete, need to implement a cancel issuance <a href="<@ofbizUrl>deleteShipmentItemIssuance?shipmentId=${shipmentId}&itemIssuanceId=${itemIssuance.itemIssuanceId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a> --></p></td>
         </tr>
     </#list>
     <#list itemIssuances as itemIssuance>
@@ -54,13 +54,13 @@
     </#list>
     <#list itemIssuances as itemIssuance>
         <tr>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext">${uiLabelMap.ProductOrderItem} :<a href="/ordermgr/control/orderview?orderId=${itemIssuance.orderId?if_exists}" class="buttontext">${itemIssuance.orderId?if_exists}</a>:${itemIssuance.orderItemSeqId?if_exists}</div></td>
-            <td><div class="tabletext">${uiLabelMap.ProductInventory} :<a href="<@ofbizUrl>EditInventoryItem?inventoryItemId=${itemIssuance.inventoryItemId?if_exists}</@ofbizUrl>" class="buttontext">${itemIssuance.inventoryItemId?if_exists}</a></div></td>
-            <td><div class="tabletext">${itemIssuance.quantity?if_exists}</div></td>
-            <td><div class="tabletext">${itemIssuance.issuedDateTime?if_exists}</div></td>
-            <td><div class="tabletext">${uiLabelMap.ProductFuturePartyRoleList}</div></td>
-            <td><div class="tabletext">&nbsp;<#-- don't allow a delete, need to implement a cancel issuance <a href="<@ofbizUrl>deleteShipmentItemIssuance?shipmentId=${shipmentId}&itemIssuanceId=${itemIssuance.itemIssuanceId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a> --></div></td>
+            <td><p>&nbsp;</p></td>
+            <td><p>${uiLabelMap.ProductOrderItem} :<a href="/ordermgr/control/orderview?orderId=${itemIssuance.orderId?if_exists}" class="buttontext">${itemIssuance.orderId?if_exists}</a>:${itemIssuance.orderItemSeqId?if_exists}</p></td>
+            <td><p>${uiLabelMap.ProductInventory} :<a href="<@ofbizUrl>EditInventoryItem?inventoryItemId=${itemIssuance.inventoryItemId?if_exists}</@ofbizUrl>" class="buttontext">${itemIssuance.inventoryItemId?if_exists}</a></p></td>
+            <td><p>${itemIssuance.quantity?if_exists}</p></td>
+            <td><p>${itemIssuance.issuedDateTime?if_exists}</p></td>
+            <td><p>${uiLabelMap.ProductFuturePartyRoleList}</p></td>
+            <td><p>&nbsp;<#-- don't allow a delete, need to implement a cancel issuance <a href="<@ofbizUrl>deleteShipmentItemIssuance?shipmentId=${shipmentId}&itemIssuanceId=${itemIssuance.itemIssuanceId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a> --></p></td>
         </tr>
     </#list>
     <#list shipmentPackageContents as shipmentPackageContent>
@@ -65,16 +65,16 @@
     </#list>
     <#list shipmentPackageContents as shipmentPackageContent>
         <tr>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td colspan="2"><div class="tabletext">${uiLabelMap.ProductPackage} :${shipmentPackageContent.shipmentPackageSeqId}</div></td>
-            <td><div class="tabletext">${shipmentPackageContent.quantity?if_exists}&nbsp;</div></td>
+            <td><p>&nbsp;</p></td>
+            <td colspan="2"><p>${uiLabelMap.ProductPackage} :${shipmentPackageContent.shipmentPackageSeqId}</p></td>
+            <td><p>${shipmentPackageContent.quantity?if_exists}&nbsp;</p></td>
             <#if shipmentPackageContent.subProductId?has_content>
-            <td><div class="tabletext">${uiLabelMap.ProductSubProduct} :${shipmentPackageContent.subProductId}</div></td>
-            <td><div class="tabletext">${shipmentPackageContent.subProductQuantity?if_exists}</div></td>
+            <td><p>${uiLabelMap.ProductSubProduct} :${shipmentPackageContent.subProductId}</p></td>
+            <td><p>${shipmentPackageContent.subProductQuantity?if_exists}</p></td>
             <#else>
-            <td colspan="2"><div class="tabletext">&nbsp;</div></td>
+            <td colspan="2"><p>&nbsp;</p></td>
             </#if>
-            <td><div class="tabletext"><a href="<@ofbizUrl>deleteShipmentItemPackageContent?shipmentId=${shipmentId}&shipmentItemSeqId=${shipmentPackageContent.shipmentItemSeqId}&shipmentPackageSeqId=${shipmentPackageContent.shipmentPackageSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></div></td>
+            <td><p><a href="<@ofbizUrl>deleteShipmentItemPackageContent?shipmentId=${shipmentId}&shipmentItemSeqId=${shipmentPackageContent.shipmentItemSeqId}&shipmentPackageSeqId=${shipmentPackageContent.shipmentPackageSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></p></td>
         </tr>
     </#list>
     <#if (totalQuantityToPackage > 0)>
@@ -82,9 +82,9 @@
             <form action="<@ofbizUrl>createShipmentItemPackageContent</@ofbizUrl>" name="createShipmentPackageContentForm${shipmentItemData_index}">
             <input type="hidden" name="shipmentId" value="${shipmentId}"/>
             <input type="hidden" name="shipmentItemSeqId" value="${shipmentItem.shipmentItemSeqId}"/>
-            <td><div class="tabletext">&nbsp;</div></td>
+            <td><p>&nbsp;</p></td>
             <td colspan="2">
-                <div class="tabletext">${uiLabelMap.ProductAddToPackage} :
+                <p>${uiLabelMap.ProductAddToPackage} :
                 <select name="shipmentPackageSeqId" class="selectBox">
                     <#list shipmentPackages as shipmentPackage>
                         <option>${shipmentPackage.shipmentPackageSeqId}</option>
@@ -91,15 +91,15 @@
                     </#list>
                     <option value="New">${uiLabelMap.CommonNew}</option><!-- Warning: the "New" value cannot be translated because it is used in secas -->
                 </select>
-                </div>
+                </p>
             </td>
             <td>
-                <div class="tabletext">
+                <p>
                     <input name="quantity" size="5" value="${totalQuantityToPackage}" class="inputBox"/>
                     <a href="javascript:document.createShipmentPackageContentForm${shipmentItemData_index}.submit()" class="buttontext">${uiLabelMap.CommonAdd}</a>
-                </div>
+                </p>
             </td>
-            <td colspan="2"><div class="tabletext">&nbsp;</div></td>
+            <td colspan="2"><p>&nbsp;</p></td>
             <td>&nbsp;</td>
             </form>
         </tr>
@@ -108,10 +108,10 @@
 <tr>
     <form action="<@ofbizUrl>createShipmentItem</@ofbizUrl>" name="createShipmentItemForm">
         <input type="hidden" name="shipmentId" value="${shipmentId}"/>
-        <td><div class="tabletext">${uiLabelMap.ProductNewItem} :</div></td>
-        <td colspan="2"><div class="tabletext">${uiLabelMap.ProductProductId} :<input name="productId" size="15" maxlength="20" class="inputBox"/></div></td>
-        <td><div class="tabletext"><input name="quantity" size="5" value="0" class="inputBox"/></div></td>
-        <td colspan="2"><div class="tabletext">${uiLabelMap.ProductDescription} :<input name="shipmentContentDescription" size="30" maxlength="255" class="inputBox"/></div></td>
+        <td><p>${uiLabelMap.ProductNewItem} :</p></td>
+        <td colspan="2"><p>${uiLabelMap.ProductProductId} :<input name="productId" size="15" maxlength="20" class="inputBox"/></p></td>
+        <td><p><input name="quantity" size="5" value="0" class="inputBox"/></p></td>
+        <td colspan="2"><p>${uiLabelMap.ProductDescription} :<input name="shipmentContentDescription" size="30" maxlength="255" class="inputBox"/></p></td>
         <td><a href="javascript:document.createShipmentItemForm.submit()" class="buttontext">${uiLabelMap.CommonCreate}</a></td>
     </form>
 </tr>
Index: applications/product/webapp/facility/shipment/EditShipmentPackages.ftl
===================================================================
--- applications/product/webapp/facility/shipment/EditShipmentPackages.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/EditShipmentPackages.ftl	(working copy)
@@ -34,8 +34,8 @@
     <input type="hidden" name="shipmentId" value="${shipmentId}"/>
     <input type="hidden" name="shipmentPackageSeqId" value="${shipmentPackage.shipmentPackageSeqId}"/>
     <tr>
-        <td><div class="tabletext">${shipmentPackage.shipmentPackageSeqId}</div></td>
-        <td><div class="tabletext">${(shipmentPackage.dateCreated.toString())?if_exists}</div></td>
+        <td><p>${shipmentPackage.shipmentPackageSeqId}</p></td>
+        <td><p>${(shipmentPackage.dateCreated.toString())?if_exists}</p></td>
         <td><span class="tabletext">${uiLabelMap.ProductWeight}:</span><input type="text" size="5" name="weight" value="${shipmentPackage.weight?if_exists}" class="inputBox"/></td>
         <td><span class="tabletext">${uiLabelMap.ProductWeightUnit}:</span>
             <select name="weightUomId" class="selectBox">
@@ -58,7 +58,7 @@
             </select>
         </td>
         <td><a href="javascript:document.updateShipmentPackageForm${shipmentPackageData_index}.submit();" class="buttontext">${uiLabelMap.CommonUpdate}</a></td>
-        <td><div class="tabletext"><a href="<@ofbizUrl>deleteShipmentPackage?shipmentId=${shipmentId}&shipmentPackageSeqId=${shipmentPackage.shipmentPackageSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></div></td>
+        <td><p><a href="<@ofbizUrl>deleteShipmentPackage?shipmentId=${shipmentId}&shipmentPackageSeqId=${shipmentPackage.shipmentPackageSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></p></td>
     </tr>
     </form>
     <#list shipmentPackageContents as shipmentPackageContent>
@@ -63,12 +63,12 @@
     </form>
     <#list shipmentPackageContents as shipmentPackageContent>
         <tr>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext">${uiLabelMap.ProductItem} :${shipmentPackageContent.shipmentItemSeqId}</div></td>
-            <td><div class="tabletext">${uiLabelMap.ProductQuantity} :${shipmentPackageContent.quantity?if_exists}</div></td>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext"><a href="<@ofbizUrl>deleteShipmentPackageContent?shipmentId=${shipmentId}&shipmentPackageSeqId=${shipmentPackageContent.shipmentPackageSeqId}&shipmentItemSeqId=${shipmentPackageContent.shipmentItemSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></div></td>
+            <td><p>&nbsp;</p></td>
+            <td><p>${uiLabelMap.ProductItem} :${shipmentPackageContent.shipmentItemSeqId}</p></td>
+            <td><p>${uiLabelMap.ProductQuantity} :${shipmentPackageContent.quantity?if_exists}</p></td>
+            <td><p>&nbsp;</p></td>
+            <td><p>&nbsp;</p></td>
+            <td><p><a href="<@ofbizUrl>deleteShipmentPackageContent?shipmentId=${shipmentId}&shipmentPackageSeqId=${shipmentPackageContent.shipmentPackageSeqId}&shipmentItemSeqId=${shipmentPackageContent.shipmentItemSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></p></td>
         </tr>
     </#list>
     <tr>
@@ -75,9 +75,9 @@
         <form action="<@ofbizUrl>createShipmentPackageContent</@ofbizUrl>" name="createShipmentPackageContentForm${shipmentPackageData_index}">
         <input type="hidden" name="shipmentId" value="${shipmentId}"/>
         <input type="hidden" name="shipmentPackageSeqId" value="${shipmentPackage.shipmentPackageSeqId}"/>
-        <td><div class="tabletext">&nbsp;</div></td>
+        <td><p>&nbsp;</p></td>
         <td>
-            <div class="tabletext">${uiLabelMap.ProductAddFromItem} :
+            <p>${uiLabelMap.ProductAddFromItem} :
             <select name="shipmentItemSeqId" class="selectBox">
                 <#list shipmentItems as shipmentItem>
                     <option>${shipmentItem.shipmentItemSeqId}</option>
@@ -83,12 +83,12 @@
                     <option>${shipmentItem.shipmentItemSeqId}</option>
                 </#list>
             </select>
-            </div>
+            </p>
         </td>
-        <td><div class="tabletext">${uiLabelMap.ProductQuantity} :<input name="quantity" size="5" value="0" class="inputBox"/></div></td>
-        <td><div class="tabletext">&nbsp;</div></td>
+        <td><p>${uiLabelMap.ProductQuantity} :<input name="quantity" size="5" value="0" class="inputBox"/></p></td>
+        <td><p>&nbsp;</p></td>
         <td><a href="javascript:document.createShipmentPackageContentForm${shipmentPackageData_index}.submit()" class="buttontext">${uiLabelMap.CommonAdd}</a></td>
-        <td><div class="tabletext">&nbsp;</div></td>
+        <td><p>&nbsp;</p></td>
         </form>
     </tr>
     <#list shipmentPackageRouteSegs as shipmentPackageRouteSeg>
@@ -97,12 +97,12 @@
         <input type="hidden" name="shipmentRouteSegmentId" value="${shipmentPackageRouteSeg.shipmentRouteSegmentId}"/>
         <input type="hidden" name="shipmentPackageSeqId" value="${shipmentPackageRouteSeg.shipmentPackageSeqId}"/>
         <tr>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext">${uiLabelMap.ProductRouteSegment} :${shipmentPackageRouteSeg.shipmentRouteSegmentId}</div></td>
+            <td><p>&nbsp;</p></td>
+            <td><p>${uiLabelMap.ProductRouteSegment} :${shipmentPackageRouteSeg.shipmentRouteSegmentId}</p></td>
             <td><span class="tabletext">${uiLabelMap.ProductTrack} :</span><input type="text" size="22" name="trackingCode" value="${shipmentPackageRouteSeg.trackingCode?if_exists}" class="inputBox"/></td>
             <td><span class="tabletext">${uiLabelMap.ProductBox} :</span><input type="text" size="5" name="boxNumber" value="${shipmentPackageRouteSeg.boxNumber?if_exists}" class="inputBox"/></td>
             <td><a href="javascript:document.updateShipmentPackageRouteSegForm${shipmentPackageData_index}${shipmentPackageRouteSeg_index}.submit();" class="buttontext">${uiLabelMap.CommonUpdate}</a></td>
-            <td><div class="tabletext"><a href="<@ofbizUrl>deleteShipmentPackageRouteSeg?shipmentId=${shipmentId}&shipmentPackageSeqId=${shipmentPackageRouteSeg.shipmentPackageSeqId}&shipmentRouteSegmentId=${shipmentPackageRouteSeg.shipmentRouteSegmentId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></div></td>
+            <td><p><a href="<@ofbizUrl>deleteShipmentPackageRouteSeg?shipmentId=${shipmentId}&shipmentPackageSeqId=${shipmentPackageRouteSeg.shipmentPackageSeqId}&shipmentRouteSegmentId=${shipmentPackageRouteSeg.shipmentRouteSegmentId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></p></td>
         </tr>
         </form>
     </#list>
@@ -111,9 +111,9 @@
         <form action="<@ofbizUrl>createShipmentPackageRouteSeg</@ofbizUrl>" name="createShipmentPackageRouteSegForm${shipmentPackageData_index}">
         <input type="hidden" name="shipmentId" value="${shipmentId}"/>
         <input type="hidden" name="shipmentPackageSeqId" value="${shipmentPackage.shipmentPackageSeqId}"/>
-        <td><div class="tabletext">&nbsp;</div></td>
+        <td><p>&nbsp;</p></td>
         <td>
-            <div class="tabletext">${uiLabelMap.ProductAddRouteSegmentInfo}:
+            <p>${uiLabelMap.ProductAddRouteSegmentInfo}:
             <select name="shipmentRouteSegmentId" class="selectBox">
                 <#list shipmentRouteSegments as shipmentRouteSegment>
                     <option>${shipmentRouteSegment.shipmentRouteSegmentId}</option>
@@ -119,7 +119,7 @@
                     <option>${shipmentRouteSegment.shipmentRouteSegmentId}</option>
                 </#list>
             </select>
-            </div>
+            </p>
         </td>
         <td><span class="tabletext">Track#:</span><input type="text" size="22" name="trackingCode" class="inputBox"/></td>
         <td><span class="tabletext">Box#:</span><input type="text" size="5" name="boxNumber" class="inputBox"/></td>
@@ -124,7 +124,7 @@
         <td><span class="tabletext">Track#:</span><input type="text" size="22" name="trackingCode" class="inputBox"/></td>
         <td><span class="tabletext">Box#:</span><input type="text" size="5" name="boxNumber" class="inputBox"/></td>
         <td><a href="javascript:document.createShipmentPackageRouteSegForm${shipmentPackageData_index}.submit()" class="buttontext">${uiLabelMap.CommonAdd}</a></td>
-        <td><div class="tabletext">&nbsp;</div></td>
+        <td><p>&nbsp;</p></td>
         </form>
     </tr>
     -->
@@ -133,8 +133,8 @@
 <form action="<@ofbizUrl>createShipmentPackage</@ofbizUrl>" name="createShipmentPackageForm">
     <input type="hidden" name="shipmentId" value="${shipmentId}"/>
     <tr>
-        <td><div class="tabletext">${uiLabelMap.ProductNewPackage} :</div></td>
-        <td><div class="tabletext">&nbsp;</div></td>
+        <td><p>${uiLabelMap.ProductNewPackage} :</p></td>
+        <td><p>&nbsp;</p></td>
         <td><span class="tabletext">${uiLabelMap.ProductWeight} :</span><input type="text" size="5" name="weight" class="inputBox"/></td>
         <td><span class="tabletext">${uiLabelMap.ProductWeightUnit} :</span>
             <select name="weightUomId" class="selectBox">
Index: applications/product/webapp/facility/shipment/EditShipmentPlan.ftl
===================================================================
--- applications/product/webapp/facility/shipment/EditShipmentPlan.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/EditShipmentPlan.ftl	(working copy)
@@ -15,7 +15,7 @@
 under the License.
 -->
 <#if shipment?exists>
-    <div class="head1">${uiLabelMap.ProductShipmentPlan}</div>
+    <h1>${uiLabelMap.ProductShipmentPlan}</h1>
     ${findOrderItemsForm.renderFormString(context)}
     <br/>
     <#if addToShipmentPlanRows?has_content>
@@ -37,7 +37,7 @@
         document.forms.addToShipmentPlan.submit();
     }
 </script>
-<form><input type="submit" class="smallSubmit" onClick="submitRows('${rowCount?if_exists}');return false;" name="submitButton" value="${uiLabelMap.CommonAdd}"/></form>
+<form><input type="submit" onClick="submitRows('${rowCount?if_exists}');return false;" name="submitButton" value="${uiLabelMap.CommonAdd}"/></form>
     <hr class="sepbar"/>
     <br/>
     </#if>
@@ -42,8 +42,8 @@
     <br/>
     </#if>
     ${listShipmentPlanForm.renderFormString(context)}
-    <div class="head2">${uiLabelMap.ProductShipmentTotalWeight}: ${totWeight}</div>
-    <div class="head2">${uiLabelMap.ProductShipmentTotalVolume}: ${totVolume}</div>
+    <h2>${uiLabelMap.ProductShipmentTotalWeight}: ${totWeight}</h2>
+    <h2>${uiLabelMap.ProductShipmentTotalVolume}: ${totVolume}</h2>
     ${shipmentPlanToOrderItemsForm.renderFormString(context)}
 <#else>
   <h3>${uiLabelMap.ProductShipmentNotFoundId} : [${shipmentId?if_exists}]</h3>
Index: applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl
===================================================================
--- applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl	(working copy)
@@ -61,7 +61,7 @@
     <input type="hidden" name="shipmentId" value="${shipmentId}"/>
     <input type="hidden" name="shipmentRouteSegmentId" value="${shipmentRouteSegment.shipmentRouteSegmentId}"/>
     <tr>
-        <td><div class="tabletext">${shipmentRouteSegment.shipmentRouteSegmentId}</div></td>
+        <td><p>${shipmentRouteSegment.shipmentRouteSegmentId}</p></td>
         <td><span class="tabletext"></span>
             <select name="carrierPartyId" class="selectBox">
                 <#if shipmentRouteSegment.carrierPartyId?has_content>
@@ -109,22 +109,22 @@
                 </#list>
             </select>
             <br/>
-            <div class="tabletext">
+            <p>
                 <input type="text" size="15" name="originContactMechId" value="${shipmentRouteSegment.originContactMechId?if_exists}" class="inputBox"/>
                 <#if originPostalAddress?has_content>[${uiLabelMap.CommonTo}: ${originPostalAddress.toName?if_exists}, ${uiLabelMap.CommonAttn}: ${originPostalAddress.attnName?if_exists}, ${originPostalAddress.address1?if_exists}, ${originPostalAddress.address2?if_exists}, ${originPostalAddress.city?if_exists}, ${originPostalAddress.stateProvinceGeoId?if_exists}, ${originPostalAddress.postalCode?if_exists}, ${originPostalAddress.countryGeoId?if_exists}]</#if>
-            </div>
-            <div class="tabletext">
+            </p>
+            <p>
                 <input type="text" size="15" name="destContactMechId" value="${shipmentRouteSegment.destContactMechId?if_exists}" class="inputBox"/>
                 <#if destPostalAddress?has_content>[${uiLabelMap.CommonTo}: ${destPostalAddress.toName?if_exists},${uiLabelMap.CommonAttn}: ${destPostalAddress.attnName?if_exists}, ${destPostalAddress.address1?if_exists}, ${destPostalAddress.address2?if_exists}, ${destPostalAddress.city?if_exists}, ${destPostalAddress.stateProvinceGeoId?if_exists}, ${destPostalAddress.postalCode?if_exists}, ${destPostalAddress.countryGeoId?if_exists}]</#if>
-            </div>
-            <div class="tabletext">
+            </p>
+            <p>
                 <input type="text" size="15" name="originTelecomNumberId" value="${shipmentRouteSegment.originTelecomNumberId?if_exists}" class="inputBox"/>
                 <#if originTelecomNumber?has_content>[${originTelecomNumber.countryCode?if_exists}  ${originTelecomNumber.areaCode?if_exists} ${originTelecomNumber.contactNumber?if_exists}]</#if>
-            </div>
-            <div class="tabletext">
+            </p>
+            <p>
                 <input type="text" size="15" name="destTelecomNumberId" value="${shipmentRouteSegment.destTelecomNumberId?if_exists}" class="inputBox"/>
                 <#if destTelecomNumber?has_content>[${destTelecomNumber.countryCode?if_exists}  ${destTelecomNumber.areaCode?if_exists} ${destTelecomNumber.contactNumber?if_exists}]</#if>
-            </div>
+            </p>
         </td>
         <td>
             <#if "UPS" == shipmentRouteSegment.carrierPartyId?if_exists>
@@ -202,8 +202,8 @@
             <input type="text" size="8" name="actualCost" value="${shipmentRouteSegment.actualCost?if_exists}" class="inputBox"/>
         </td>
         <td><a href="javascript:document.updateShipmentRouteSegmentForm${shipmentRouteSegmentData_index}.submit();" class="buttontext">${uiLabelMap.CommonUpdate}</a>
-        <br/><div class="tabletext"><a href="<@ofbizUrl>duplicateShipmentRouteSegment?shipmentId=${shipmentId}&shipmentRouteSegmentId=${shipmentRouteSegment.shipmentRouteSegmentId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDuplicate}</a></div></td>
-        <td><div class="tabletext"><a href="<@ofbizUrl>deleteShipmentRouteSegment?shipmentId=${shipmentId}&shipmentRouteSegmentId=${shipmentRouteSegment.shipmentRouteSegmentId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></div></td>
+        <br/><p><a href="<@ofbizUrl>duplicateShipmentRouteSegment?shipmentId=${shipmentId}&shipmentRouteSegmentId=${shipmentRouteSegment.shipmentRouteSegmentId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDuplicate}</a></p></td>
+        <td><p><a href="<@ofbizUrl>deleteShipmentRouteSegment?shipmentId=${shipmentId}&shipmentRouteSegmentId=${shipmentRouteSegment.shipmentRouteSegmentId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></p></td>
     </tr>
     </form>
     <#list shipmentPackageRouteSegs as shipmentPackageRouteSeg>
@@ -212,9 +212,9 @@
         <input type="hidden" name="shipmentRouteSegmentId" value="${shipmentPackageRouteSeg.shipmentRouteSegmentId}"/>
         <input type="hidden" name="shipmentPackageSeqId" value="${shipmentPackageRouteSeg.shipmentPackageSeqId}"/>
         <tr>
-            <td><div class="tabletext">&nbsp;</div></td>
+            <td><p>&nbsp;</p></td>
             <td>
-                <div class="tabletext">
+                <p>
                     ${uiLabelMap.ProductPackage} :${shipmentPackageRouteSeg.shipmentPackageSeqId}
                     <#if shipmentPackageRouteSeg.labelImage?exists>
                         <a href="<@ofbizUrl>viewShipmentPackageRouteSegLabelImage?shipmentId=${shipmentPackageRouteSeg.shipmentId}&shipmentRouteSegmentId=${shipmentPackageRouteSeg.shipmentRouteSegmentId}&shipmentPackageSeqId=${shipmentPackageRouteSeg.shipmentPackageSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductViewLabelImage}</a>
@@ -219,7 +219,7 @@
                     <#if shipmentPackageRouteSeg.labelImage?exists>
                         <a href="<@ofbizUrl>viewShipmentPackageRouteSegLabelImage?shipmentId=${shipmentPackageRouteSeg.shipmentId}&shipmentRouteSegmentId=${shipmentPackageRouteSeg.shipmentRouteSegmentId}&shipmentPackageSeqId=${shipmentPackageRouteSeg.shipmentPackageSeqId}</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductViewLabelImage}</a>
                     </#if>
-                </div>
+                </p>
             </td>
             <td><span class="tabletext">${uiLabelMap.ProductTrack} #:</span><input type="text" size="22" name="trackingCode" value="${shipmentPackageRouteSeg.trackingCode?if_exists}" class="inputBox"/></td>
             <td><span class="tabletext">${uiLabelMap.ProductBox} #:</span><input type="text" size="5" name="boxNumber" value="${shipmentPackageRouteSeg.boxNumber?if_exists}" class="inputBox"/></td>
@@ -224,7 +224,7 @@
             <td><span class="tabletext">${uiLabelMap.ProductTrack} #:</span><input type="text" size="22" name="trackingCode" value="${shipmentPackageRouteSeg.trackingCode?if_exists}" class="inputBox"/></td>
             <td><span class="tabletext">${uiLabelMap.ProductBox} #:</span><input type="text" size="5" name="boxNumber" value="${shipmentPackageRouteSeg.boxNumber?if_exists}" class="inputBox"/></td>
             <td><a href="javascript:document.updateShipmentPackageRouteSegForm${shipmentRouteSegmentData_index}${shipmentPackageRouteSeg_index}.submit();" class="buttontext">${uiLabelMap.CommonUpdate}</a></td>
-            <td><div class="tabletext"><a href="<@ofbizUrl>deleteRouteSegmentShipmentPackage?shipmentId=${shipmentId}&shipmentPackageSeqId=${shipmentPackageRouteSeg.shipmentPackageSeqId}&shipmentRouteSegmentId=${shipmentPackageRouteSeg.shipmentRouteSegmentId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></div></td>
+            <td><p><a href="<@ofbizUrl>deleteRouteSegmentShipmentPackage?shipmentId=${shipmentId}&shipmentPackageSeqId=${shipmentPackageRouteSeg.shipmentPackageSeqId}&shipmentRouteSegmentId=${shipmentPackageRouteSeg.shipmentRouteSegmentId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></p></td>
         </tr>
         </form>
     </#list>
@@ -233,9 +233,9 @@
         <form action="<@ofbizUrl>createRouteSegmentShipmentPackage</@ofbizUrl>" name="createShipmentPackageRouteSegForm${shipmentRouteSegmentData_index}">
         <input type="hidden" name="shipmentId" value="${shipmentId}"/>
         <input type="hidden" name="shipmentRouteSegmentId" value="${shipmentRouteSegment.shipmentRouteSegmentId}"/>
-        <td><div class="tabletext">&nbsp;</div></td>
+        <td><p>&nbsp;</p></td>
         <td>
-            <div class="tabletext">${uiLabelMap.ProductAddPackageInfo} :
+            <p>${uiLabelMap.ProductAddPackageInfo} :
             <select name="shipmentPackageSeqId" class="selectBox">
                 <#list shipmentPackages as shipmentPackage>
                     <option>${shipmentPackage.shipmentPackageSeqId}</option>
@@ -241,7 +241,7 @@
                     <option>${shipmentPackage.shipmentPackageSeqId}</option>
                 </#list>
             </select>
-            </div>
+            </p>
         </td>
         <td><span class="tabletext">Track#:</span><input type="text" size="22" name="trackingCode" class="inputBox"/></td>
         <td><span class="tabletext">Box#:</span><input type="text" size="5" name="boxNumber" class="inputBox"/></td>
@@ -246,7 +246,7 @@
         <td><span class="tabletext">Track#:</span><input type="text" size="22" name="trackingCode" class="inputBox"/></td>
         <td><span class="tabletext">Box#:</span><input type="text" size="5" name="boxNumber" class="inputBox"/></td>
         <td><a href="javascript:document.createShipmentPackageRouteSegForm${shipmentRouteSegmentData_index}.submit()" class="buttontext">${uiLabelMap.CommonAdd}</a></td>
-        <td><div class="tabletext">&nbsp;</div></td>
+        <td><p>&nbsp;</p></td>
         </form>
     </tr>
     -->
@@ -254,7 +254,7 @@
 <form action="<@ofbizUrl>createShipmentRouteSegment</@ofbizUrl>" name="createShipmentRouteSegmentForm">
     <input type="hidden" name="shipmentId" value="${shipmentId}"/>
     <tr>
-        <td><div class="tabletext">${uiLabelMap.ProductNewSegment} :</div></td>
+        <td><p>${uiLabelMap.ProductNewSegment} :</p></td>
         <td><span class="tabletext"></span>
             <select name="carrierPartyId" class="selectBox">
                     <option value="">&nbsp;</option>
Index: applications/product/webapp/facility/shipment/FindShipment.ftl
===================================================================
--- applications/product/webapp/facility/shipment/FindShipment.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/FindShipment.ftl	(working copy)
@@ -37,7 +37,7 @@
         <tr>
           <td><div class="boxhead">${uiLabelMap.ProductFindShipment}</div></td>
           <td align="right">
-            <div class="tabletext">
+            <p>
               <#if requestParameters.facilityId?has_content>
               <a href="<@ofbizUrl>quickShipOrder?facilityId=${requestParameters.facilityId}</@ofbizUrl>" class="submenutext">${uiLabelMap.ProductQuickShipOrder}</a></#if>
               <a href="<@ofbizUrl>EditShipment</@ofbizUrl>" class="submenutext">${uiLabelMap.ProductNewShipment}</a>
@@ -42,7 +42,7 @@
               <a href="<@ofbizUrl>quickShipOrder?facilityId=${requestParameters.facilityId}</@ofbizUrl>" class="submenutext">${uiLabelMap.ProductQuickShipOrder}</a></#if>
               <a href="<@ofbizUrl>EditShipment</@ofbizUrl>" class="submenutext">${uiLabelMap.ProductNewShipment}</a>
               <a href="javascript:lookupShipments();" class="submenutextright">${uiLabelMap.ProductLookupShipment}</a>
-            </div>
+            </p>
           </td>
         </tr>
       </table>
@@ -211,11 +211,11 @@
             <#assign shipmentType = shipment.getRelatedOneCache("ShipmentType")?if_exists>
             <tr class="${rowClass}">
               <td><a href="<@ofbizUrl>ViewShipment?shipmentId=${shipment.shipmentId}</@ofbizUrl>" class="buttontext">${shipment.shipmentId}</a></td>
-              <td><div class="tabletext">${shipmentType.get("description",locale)?default(shipmentType.shipmentTypeId?default(""))}</div></td>
-              <td><div class="tabletext">${statusItem.get("description",locale)?default(statusItem.statusId?default("N/A"))}</div></td>
-              <td><div class="tabletext">${(originFacility.facilityName)?if_exists} [${shipment.originFacilityId?if_exists}]</div></td>
-              <td><div class="tabletext">${(destinationFacility.facilityName)?if_exists} [${shipment.destinationFacilityId?if_exists}]</div></td>
-              <td><div class="tabletext"><span style="white-space: nowrap;">${(shipment.estimatedShipDate.toString())?if_exists}</span></div></td>
+              <td><p>${shipmentType.get("description",locale)?default(shipmentType.shipmentTypeId?default(""))}</p></td>
+              <td><p>${statusItem.get("description",locale)?default(statusItem.statusId?default("N/A"))}</p></td>
+              <td><p>${(originFacility.facilityName)?if_exists} [${shipment.originFacilityId?if_exists}]</p></td>
+              <td><p>${(destinationFacility.facilityName)?if_exists} [${shipment.destinationFacilityId?if_exists}]</p></td>
+              <td><p><span style="white-space: nowrap;">${(shipment.estimatedShipDate.toString())?if_exists}</span></p></td>
               <td align="right">
                 <a href="<@ofbizUrl>ViewShipment?shipmentId=${shipment.shipmentId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonView}</a>
               </td>
@@ -229,7 +229,7 @@
           </#list>          
         <#else>
           <tr>
-            <td colspan="4"><div class="head3">${uiLabelMap.ProductNoShipmentsFound}.</div></td>
+            <td colspan="4"><h3>${uiLabelMap.ProductNoShipmentsFound}.</h3></td>
           </tr>        
         </#if>
       </table>
Index: applications/product/webapp/facility/shipment/PackOrder.ftl
===================================================================
--- applications/product/webapp/facility/shipment/PackOrder.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/PackOrder.ftl	(working copy)
@@ -25,14 +25,14 @@
     </#if>
 
 <div class="screenlet">
-    <div class="head1">${uiLabelMap.ProductPackOrder}<span class='head2'>&nbsp;in&nbsp;${facility.facilityName?if_exists} [<a href="<@ofbizUrl>/EditFacility?facilityId=${facilityId?if_exists}</@ofbizUrl>" class="buttontext">${facilityId?if_exists}</a>]</div>
+    <h1>${uiLabelMap.ProductPackOrder}&nbsp;in&nbsp;${facility.facilityName?if_exists} [<a href="<@ofbizUrl>/EditFacility?facilityId=${facilityId?if_exists}</@ofbizUrl>" class="buttontext">${facilityId?if_exists}</a>]</h1>
     <#if shipmentId?has_content>
-      <div class="tabletext">
+      <p>
         ${uiLabelMap.CommonView} <a href="<@ofbizUrl>/PackingSlip.pdf?shipmentId=${shipmentId}</@ofbizUrl>" target="_blank" class="buttontext">${uiLabelMap.ProductPackingSlip}</a> ${uiLabelMap.CommonOr} 
         ${uiLabelMap.CommonView} <a href="<@ofbizUrl>/ShipmentBarCode.pdf?shipmentId=${shipmentId}</@ofbizUrl>" target="_blank" class="buttontext">${uiLabelMap.ProductBarcode}</a> ${uiLabelMap.CommonFor} ${uiLabelMap.ProductShipmentId} <a href="<@ofbizUrl>/ViewShipment?shipmentId=${shipmentId}</@ofbizUrl>" class="buttontext">${shipmentId}</a>
-       </div>
+       </p>
        <#if invoiceIds?exists && invoiceIds?has_content>
-         <div class="tabletext">
+         <p>
            <p>${uiLabelMap.AccountingInvoices}:</p> 
            <ul>
              <#list invoiceIds as invoiceId>
@@ -42,7 +42,7 @@
                </li>
              </#list>
            </ul>
-         </div>
+         </p>
        </#if>
     </#if>
     <div>&nbsp;</div>
@@ -52,7 +52,7 @@
       <input type="hidden" name="facilityId" value="${facilityId?if_exists}">
       <table border='0' cellpadding='2' cellspacing='0'>
         <tr>
-          <td width="25%" align='right'><div class="tabletext">${uiLabelMap.ProductOrderId} #</div></td>
+          <td width="25%" align='right'><p>${uiLabelMap.ProductOrderId} #</p></td>
           <td width="1">&nbsp;</td>
           <td width="25%">
             <input type="text" class="inputBox" name="orderId" size="20" maxlength="20" value="${orderId?if_exists}"/>
@@ -59,7 +59,7 @@
             <span class="tabletext">/</span>
             <input type="text" class="inputBox" name="shipGroupSeqId" size="6" maxlength="6" value="${shipGroupSeqId?if_exists}"/
           </td>
-          <td><div class="tabletext">${uiLabelMap.ProductHideGrid}:&nbsp;<input type="checkbox" name="hideGrid" value="Y" <#if (hideGrid == "Y")>checked=""</#if>></div></td>
+          <td><p>${uiLabelMap.ProductHideGrid}:&nbsp;<input type="checkbox" name="hideGrid" value="Y" <#if (hideGrid == "Y")>checked=""</#if>></p></td>
           <td><div class='tabletext'>&nbsp;</div></td>
         </tr>
         <tr>
@@ -94,7 +94,7 @@
           <tr>
             <td valign="top">
               <div class="tableheadtext">${uiLabelMap.ProductShipToAddress}:</div>
-              <div class="tabletext">
+              <p>
                 <b>${uiLabelMap.CommonTo}: </b>${postalAddress.toName?default("")}<br>
                 <#if postalAddress.attnName?has_content>
                   <b>${uiLabelMap.CommonAttn}: </b>${postalAddress.attnName}<br>
@@ -105,7 +105,7 @@
                 </#if>
                 ${postalAddress.city?if_exists}, ${postalAddress.stateProvinceGeoId?if_exists} ${postalAddress.postalCode?if_exists}<br>
                 ${postalAddress.countryGeoId}
-              </div>
+              </p>
             </td>
             <td>&nbsp;&nbsp;</td>
             <td valign="top">
@@ -110,7 +110,7 @@
             <td>&nbsp;&nbsp;</td>
             <td valign="top">
               <div class="tableheadtext">${uiLabelMap.ProductCarrierShipmentMethod}:</div>
-              <div class="tabletext">
+              <p>
                 <#if carrier == "USPS">
                   <#assign color = "red">
                 <#elseif carrier == "UPS">
@@ -123,7 +123,7 @@
                   &nbsp;
                 </#if>
                 ${orderItemShipGroup.shipmentMethodTypeId?default("??")}
-              </div>
+              </p>
             </td>
             <td>&nbsp;&nbsp;</td>
             <td valign="top">
@@ -128,7 +128,7 @@
             <td>&nbsp;&nbsp;</td>
             <td valign="top">
               <div class="tableheadtext">${uiLabelMap.OrderShipping} ${uiLabelMap.ProductInstruction}:</div>
-              <div class="tabletext">${orderItemShipGroup.shippingInstructions?default("(none)")}</div>
+              <p>${orderItemShipGroup.shippingInstructions?default("(none)")}</p>
             </td>
           </tr>
         </table>
@@ -147,7 +147,7 @@
           <input type="hidden" name="hideGrid" value="${hideGrid}"/>
           <table border='0' cellpadding='2' cellspacing='0' width="100%">
             <tr>
-              <td><div class="tabletext">${uiLabelMap.ProductProduct} #</div></td>
+              <td><p>${uiLabelMap.ProductProduct} #</p></td>
               <td width="1">&nbsp;</td>
               <td>
                 <input type="text" class="inputBox" name="productId" size="20" maxlength="20" value=""/>
@@ -156,10 +156,10 @@
               </td>
               <td><div class='tabletext'>&nbsp;</div></td>
               <td align="right">
-                <div class="tabletext">
+                <p>
                   ${uiLabelMap.CommonCurrent} ${uiLabelMap.ProductPackage} ${uiLabelMap.CommonSequence}: <b>${packingSession.getCurrentPackageSeq()}</b>
                   <input type="button" value="${uiLabelMap.CommonNext} ${uiLabelMap.ProductPackage}" onclick="javascript:document.incPkgSeq.submit();">
-                </div>
+                </p>
               </td>
             </tr>
             <tr>
@@ -215,12 +215,12 @@
               <#assign inputQty = (orderItemQuantity - shippedQuantity - packingSession.getPackedQuantity(orderId, orderItem.orderItemSeqId, shipGroupSeqId))>
               <tr>
                 <td><input type="checkbox" name="sel_${orderItem.orderItemSeqId}" value="Y" <#if (inputQty >0)>checked=""</#if>/></td>
-                <td><div class="tabletext">${orderItem.orderItemSeqId}</td>
-                <td><div class="tabletext">${orderItem.productId?default("N/A")}</td>
-                <td><div class="tabletext">${orderItem.itemDescription?if_exists}</td>
-                <td align="right"><div class="tabletext">${orderItemQuantity}</td>
-                <td align="right"><div class="tabletext">${shippedQuantity?default(0)}</td>
-                <td align="right"><div class="tabletext">${packingSession.getPackedQuantity(orderId, orderItem.orderItemSeqId, shipGroupSeqId)}</td>
+                <td><p>${orderItem.orderItemSeqId}</td>
+                <td><p>${orderItem.productId?default("N/A")}</td>
+                <td><p>${orderItem.itemDescription?if_exists}</td>
+                <td align="right"><p>${orderItemQuantity}</td>
+                <td align="right"><p>${shippedQuantity?default(0)}</td>
+                <td align="right"><p>${packingSession.getPackedQuantity(orderId, orderItem.orderItemSeqId, shipGroupSeqId)}</td>
                 <td>&nbsp;&nbsp;</td>
                 <td align="center">
                   <input type="text" class="inputBox" size="7" name="qty_${orderItem.orderItemSeqId}" value="${inputQty}">
@@ -306,12 +306,12 @@
           <#list packedLines as line>
             <#assign orderItem = orderReadHelper.getOrderItem(line.getOrderItemSeqId())?if_exists>
             <tr>
-              <td><div class="tabletext">${line.getOrderItemSeqId()}</td>
-              <td><div class="tabletext">${line.getProductId()?default("N/A")}</td>
-              <td><div class="tabletext">${(orderItem.itemDescription)?default("[N/A]")}</td>
-              <td><div class="tabletext">${line.getInventoryItemId()}</td>
-              <td align="right"><div class="tabletext">${line.getQuantity()}</td>
-              <td align="right"><div class="tabletext">${line.getPackageSeq()}</td>
+              <td><p>${line.getOrderItemSeqId()}</td>
+              <td><p>${line.getProductId()?default("N/A")}</td>
+              <td><p>${(orderItem.itemDescription)?default("[N/A]")}</td>
+              <td><p>${line.getInventoryItemId()}</td>
+              <td align="right"><p>${line.getQuantity()}</td>
+              <td align="right"><p>${line.getPackageSeq()}</td>
               <td align="right"><a href="<@ofbizUrl>ClearPackLine?facilityId=${facilityId}&orderId=${line.getOrderId()}&orderItemSeqId=${line.getOrderItemSeqId()}&shipGroupSeqId=${line.getShipGroupSeqId()}&inventoryItemId=${line.getInventoryItemId()}&packageSeqId=${line.getPackageSeq()}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonClear}</a></td>
             </tr>
           </#list>
Index: applications/product/webapp/facility/shipment/QuickShipOrder.ftl
===================================================================
--- applications/product/webapp/facility/shipment/QuickShipOrder.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/QuickShipOrder.ftl	(working copy)
@@ -22,7 +22,7 @@
 </script>
 
 <#if security.hasEntityPermission("FACILITY", "_VIEW", session)>
-  <div class="head1">${uiLabelMap.ProductQuickShipOrderFrom}<span class='head2'>${facility.facilityName?if_exists} [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+  <h1>${uiLabelMap.ProductQuickShipOrderFrom}&nbsp;${facility.facilityName?if_exists} [${uiLabelMap.CommonId}:${facilityId?if_exists}]</h1>
   <a href="<@ofbizUrl>quickShipOrder?facilityId=${facilityId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNextShipment}]</a>
   <#if shipment?has_content>
     <a href="<@ofbizUrl>EditShipment?shipmentId=${shipmentId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductEditShipment}]</a>
@@ -32,7 +32,7 @@
   <#if shipment?exists>   
     <#if 1 < shipmentPackages.size()>
       <#-- multiple packages -->
-      <div class="tabletext"><font color="red">${uiLabelMap.ProductMorePackageFoundShipment}.</font></div>
+      <p><font color="red">${uiLabelMap.ProductMorePackageFoundShipment}.</font></p>
     <#else>
       <#-- single package -->            
       <#assign shipmentPackage = (Static["org.ofbiz.entity.util.EntityUtil"].getFirst(shipmentPackages))?if_exists>
@@ -41,7 +41,7 @@
         <#if (0 < weight?double) && !requestParameters.reweigh?exists>
           <#if 1 < shipmentRoutes.size()>
             <#-- multiple routes -->
-            <div class="tabletext"><font color="red">${uiLabelMap.ProductMoreRouteSegmentFound}.</font></div>
+            <p><font color="red">${uiLabelMap.ProductMoreRouteSegmentFound}.</font></p>
           <#elseif !requestParameters.shipmentRouteSegmentId?exists || requestAttributes._ERROR_MESSAGE_?exists>
             <form name="routeForm" method="post" action="<@ofbizUrl>setQuickRouteInfo</@ofbizUrl>" style='margin: 0;'>
               <#assign shipmentRoute = (Static["org.ofbiz.entity.util.EntityUtil"].getFirst(shipmentRoutes))?if_exists>
@@ -165,7 +165,7 @@
           -->
         </#if>
       <#else>
-        <div class="tabletext"><font color="red">${uiLabelMap.ProductErrorNoPackagesFoundForShipment} !</font></div>
+        <p><font color="red">${uiLabelMap.ProductErrorNoPackagesFoundForShipment} !</font></p>
       </#if>      
       <hr class="sepbar">
       ${pages.get("/shipment/ViewShipmentInfo.ftl")}         
@@ -182,7 +182,7 @@
       <input type="hidden" name="setPackedOnly" value="Y">
       <table border='0' cellpadding='2' cellspacing='0'>  
         <tr>        
-          <td width="25%" align='right'><div class="tabletext">${uiLabelMap.ProductOrderNumber}</div></td>
+          <td width="25%" align='right'><p>${uiLabelMap.ProductOrderNumber}</p></td>
           <td width="1">&nbsp;</td>
           <td width="25%">
             <input type="text" class="inputBox" name="orderId" size="20" maxlength="20" value="${requestParameters.orderId?if_exists}">          
Index: applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl
===================================================================
--- applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl	(working copy)
@@ -80,8 +80,8 @@
         <td width="20%" align="right"><span class="tableheadtext">${uiLabelMap.ProductFacilities}</span></td>
         <td><span class="tabletext">&nbsp;</span></td>
         <td width="80%" align="left">
-          <div class="tabletext"><span class="tableheadtext">${uiLabelMap.ProductOrigin}:&nbsp;</span>${(originFacility.facilityName)?if_exists}&nbsp;[${(shipment.originFacilityId?if_exists)}]</div>
-          <div class="tabletext"><span class="tableheadtext">${uiLabelMap.ProductDestination}:&nbsp;</span>${(destinationFacility.facilityName)?if_exists}&nbsp;[${(shipment.destinationFacilityId?if_exists)}]</div>
+          <p><span class="tableheadtext">${uiLabelMap.ProductOrigin}:&nbsp;</span>${(originFacility.facilityName)?if_exists}&nbsp;[${(shipment.originFacilityId?if_exists)}]</p>
+          <p><span class="tableheadtext">${uiLabelMap.ProductDestination}:&nbsp;</span>${(destinationFacility.facilityName)?if_exists}&nbsp;[${(shipment.destinationFacilityId?if_exists)}]</p>
         </td>
       </tr>
       <tr>
@@ -98,8 +98,8 @@
         <td width="20%" align="right"><span class="tableheadtext">${uiLabelMap.ProductAddresses}</span></td>
         <td><span class="tabletext">&nbsp;</span></td>
         <td width="80%" align="left">
-          <div class="tabletext"><span class="tableheadtext">${uiLabelMap.ProductOrigin}:&nbsp;</span>${shipment.originContactMechId?if_exists}&nbsp;<#if originPostalAddress?has_content>[${uiLabelMap.CommonTo} : ${originPostalAddress.toName?if_exists}, ${uiLabelMap.CommonAttn} : ${originPostalAddress.attnName?if_exists}, ${originPostalAddress.address1?if_exists}, ${originPostalAddress.address2?if_exists}, ${originPostalAddress.city?if_exists}, ${originPostalAddress.stateProvinceGeoId?if_exists}, ${originPostalAddress.postalCode?if_exists}, ${originPostalAddress.countryGeoId?if_exists}]</#if></div>
-          <div class="tabletext"><span class="tableheadtext">${uiLabelMap.ProductDestination}:&nbsp;</span>${shipment.destinationContactMechId?if_exists}&nbsp;<#if destinationPostalAddress?has_content>[${uiLabelMap.CommonTo} : ${destinationPostalAddress.toName?if_exists}, ${uiLabelMap.CommonAttn} : ${destinationPostalAddress.attnName?if_exists}, ${destinationPostalAddress.address1?if_exists}, ${destinationPostalAddress.address2?if_exists}, ${destinationPostalAddress.city?if_exists}, ${destinationPostalAddress.stateProvinceGeoId?if_exists}, ${destinationPostalAddress.postalCode?if_exists}, ${destinationPostalAddress.countryGeoId?if_exists}]</#if></div>
+          <p><span class="tableheadtext">${uiLabelMap.ProductOrigin}:&nbsp;</span>${shipment.originContactMechId?if_exists}&nbsp;<#if originPostalAddress?has_content>[${uiLabelMap.CommonTo} : ${originPostalAddress.toName?if_exists}, ${uiLabelMap.CommonAttn} : ${originPostalAddress.attnName?if_exists}, ${originPostalAddress.address1?if_exists}, ${originPostalAddress.address2?if_exists}, ${originPostalAddress.city?if_exists}, ${originPostalAddress.stateProvinceGeoId?if_exists}, ${originPostalAddress.postalCode?if_exists}, ${originPostalAddress.countryGeoId?if_exists}]</#if></p>
+          <p><span class="tableheadtext">${uiLabelMap.ProductDestination}:&nbsp;</span>${shipment.destinationContactMechId?if_exists}&nbsp;<#if destinationPostalAddress?has_content>[${uiLabelMap.CommonTo} : ${destinationPostalAddress.toName?if_exists}, ${uiLabelMap.CommonAttn} : ${destinationPostalAddress.attnName?if_exists}, ${destinationPostalAddress.address1?if_exists}, ${destinationPostalAddress.address2?if_exists}, ${destinationPostalAddress.city?if_exists}, ${destinationPostalAddress.stateProvinceGeoId?if_exists}, ${destinationPostalAddress.postalCode?if_exists}, ${destinationPostalAddress.countryGeoId?if_exists}]</#if></p>
         </td>
       </tr>
       <tr>
@@ -106,8 +106,8 @@
         <td width="20%" align="right"><span class="tableheadtext">${uiLabelMap.ProductPhoneNumbers}</span></td>
         <td><span class="tabletext">&nbsp;</span></td>
         <td width="80%" align="left">
-          <div class="tabletext"><span class="tableheadtext">${uiLabelMap.ProductOrigin}:&nbsp;</span>${shipment.originTelecomNumberId?if_exists}&nbsp;<#if originTelecomNumber?has_content>[${originTelecomNumber.countryCode?if_exists}  ${originTelecomNumber.areaCode?if_exists} ${originTelecomNumber.contactNumber?if_exists}]</#if></div>
-          <div class="tabletext"><span class="tableheadtext">${uiLabelMap.ProductDestination}:&nbsp;</span>${shipment.destinationTelecomNumberId?if_exists}&nbsp;<#if destinationTelecomNumber?has_content>[${destinationTelecomNumber.countryCode?if_exists}  ${destinationTelecomNumber.areaCode?if_exists} ${destinationTelecomNumber.contactNumber?if_exists}]</#if></div>
+          <p><span class="tableheadtext">${uiLabelMap.ProductOrigin}:&nbsp;</span>${shipment.originTelecomNumberId?if_exists}&nbsp;<#if originTelecomNumber?has_content>[${originTelecomNumber.countryCode?if_exists}  ${originTelecomNumber.areaCode?if_exists} ${originTelecomNumber.contactNumber?if_exists}]</#if></p>
+          <p><span class="tableheadtext">${uiLabelMap.ProductDestination}:&nbsp;</span>${shipment.destinationTelecomNumberId?if_exists}&nbsp;<#if destinationTelecomNumber?has_content>[${destinationTelecomNumber.countryCode?if_exists}  ${destinationTelecomNumber.areaCode?if_exists} ${destinationTelecomNumber.contactNumber?if_exists}]</#if></p>
         </td>
       </tr>
       <tr>
@@ -114,7 +114,7 @@
         <td width="20%" align="right"><span class="tableheadtext">${uiLabelMap.CommonCreated}</span></td>
         <td><span class="tabletext">&nbsp;</span></td>
         <td width="80%" align="left">
-          <div class="tabletext">${uiLabelMap.CommonBy} [${shipment.createdByUserLogin?if_exists}] ${uiLabelMap.CommonOn} ${(shipment.createdDate.toString())?if_exists}</div>
+          <p>${uiLabelMap.CommonBy} [${shipment.createdByUserLogin?if_exists}] ${uiLabelMap.CommonOn} ${(shipment.createdDate.toString())?if_exists}</p>
         </td>
       </tr>
       <tr>
@@ -121,7 +121,7 @@
         <td width="20%" align="right"><span class="tableheadtext">${uiLabelMap.CommonLastUpdated}</span></td>
         <td><span class="tabletext">&nbsp;</span></td>
         <td width="80%" align="left">
-          <div class="tabletext">${uiLabelMap.CommonBy} [${shipment.lastModifiedByUserLogin?if_exists}] ${uiLabelMap.CommonOn} ${(shipment.lastModifiedDate.toString())?if_exists}</div>
+          <p>${uiLabelMap.CommonBy} [${shipment.lastModifiedByUserLogin?if_exists}] ${uiLabelMap.CommonOn} ${(shipment.lastModifiedDate.toString())?if_exists}</p>
         </td>
       </tr>
     </table>  
Index: applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl
===================================================================
--- applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl	(working copy)
@@ -32,19 +32,19 @@
         <#assign shipmentPackageContents = shipmentItemData.shipmentPackageContents>
         <#assign product = shipmentItemData.product?if_exists>
         <tr>
-            <td><div class="tabletext">${shipmentItem.shipmentItemSeqId}</div></td>
-            <td colspan="2"><div class="tabletext">${(product.internalName)?if_exists} [<a href="/catalog/control/EditProduct?productId=${shipmentItem.productId?if_exists}" class="buttontext">${shipmentItem.productId?if_exists}</a>]</div></td>
-            <td><div class="tabletext">${shipmentItem.quantity?default("&nbsp;")}</div></td>
-            <td colspan="2"><div class="tabletext">${shipmentItem.shipmentContentDescription?default("&nbsp;")}</div></td>
+            <td><p>${shipmentItem.shipmentItemSeqId}</p></td>
+            <td colspan="2"><p>${(product.internalName)?if_exists} [<a href="/catalog/control/EditProduct?productId=${shipmentItem.productId?if_exists}" class="buttontext">${shipmentItem.productId?if_exists}</a>]</p></td>
+            <td><p>${shipmentItem.quantity?default("&nbsp;")}</p></td>
+            <td colspan="2"><p>${shipmentItem.shipmentContentDescription?default("&nbsp;")}</p></td>
         </tr>
         <#list orderShipments as orderShipment>
             <tr>
-                <td><div class="tabletext">&nbsp;</div></td>
-                <td><div class="tabletext">${uiLabelMap.ProductOrderItem} :<a href="/ordermgr/control/orderview?orderId=${orderShipment.orderId?if_exists}&externalLoginKey=${requestAttributes.externalLoginKey}" class="buttontext">${orderShipment.orderId?if_exists}</a>:${orderShipment.orderItemSeqId?if_exists}</div></td>
-                <td><div class="tabletext">&nbsp;</div></td>
-                <td><div class="tabletext">${orderShipment.quantity?if_exists}</div></td>
-                <td><div class="tabletext">&nbsp;</div></td>
-                <td><div class="tabletext">&nbsp;</div></td>
+                <td><p>&nbsp;</p></td>
+                <td><p>${uiLabelMap.ProductOrderItem} :<a href="/ordermgr/control/orderview?orderId=${orderShipment.orderId?if_exists}&externalLoginKey=${requestAttributes.externalLoginKey}" class="buttontext">${orderShipment.orderId?if_exists}</a>:${orderShipment.orderItemSeqId?if_exists}</p></td>
+                <td><p>&nbsp;</p></td>
+                <td><p>${orderShipment.quantity?if_exists}</p></td>
+                <td><p>&nbsp;</p></td>
+                <td><p>&nbsp;</p></td>
             </tr>
         </#list>
         <#list itemIssuances as itemIssuance>
@@ -49,12 +49,12 @@
         </#list>
         <#list itemIssuances as itemIssuance>
             <tr>
-                <td><div class="tabletext">&nbsp;</div></td>
-                <td><div class="tabletext">${uiLabelMap.ProductOrderItem} :<a href="/ordermgr/control/orderview?orderId=${itemIssuance.orderId?if_exists}&externalLoginKey=${requestAttributes.externalLoginKey}" class="buttontext">${itemIssuance.orderId?if_exists}</a>:${itemIssuance.orderItemSeqId?if_exists}</div></td>
-                <td><div class="tabletext">${uiLabelMap.ProductInventory} :<a href="<@ofbizUrl>EditInventoryItem?inventoryItemId=${itemIssuance.inventoryItemId?if_exists}</@ofbizUrl>" class="buttontext">${itemIssuance.inventoryItemId?if_exists}</a></div></td>
-                <td><div class="tabletext">${itemIssuance.quantity?if_exists}</div></td>
-                <td><div class="tabletext">${itemIssuance.issuedDateTime?if_exists}</div></td>
-                <td><div class="tabletext">${uiLabelMap.ProductFuturePartyRoleList}</div></td>
+                <td><p>&nbsp;</p></td>
+                <td><p>${uiLabelMap.ProductOrderItem} :<a href="/ordermgr/control/orderview?orderId=${itemIssuance.orderId?if_exists}&externalLoginKey=${requestAttributes.externalLoginKey}" class="buttontext">${itemIssuance.orderId?if_exists}</a>:${itemIssuance.orderItemSeqId?if_exists}</p></td>
+                <td><p>${uiLabelMap.ProductInventory} :<a href="<@ofbizUrl>EditInventoryItem?inventoryItemId=${itemIssuance.inventoryItemId?if_exists}</@ofbizUrl>" class="buttontext">${itemIssuance.inventoryItemId?if_exists}</a></p></td>
+                <td><p>${itemIssuance.quantity?if_exists}</p></td>
+                <td><p>${itemIssuance.issuedDateTime?if_exists}</p></td>
+                <td><p>${uiLabelMap.ProductFuturePartyRoleList}</p></td>
             </tr>
         </#list>
         <#list shipmentPackageContents as shipmentPackageContent>
@@ -59,10 +59,10 @@
         </#list>
         <#list shipmentPackageContents as shipmentPackageContent>
             <tr>
-                <td><div class="tabletext">&nbsp;</div></td>
-                <td colspan="2"><div class="tabletext">${uiLabelMap.ProductPackage} :${shipmentPackageContent.shipmentPackageSeqId}</div></td>
-                <td><div class="tabletext">${shipmentPackageContent.quantity?if_exists}</div></td>
-                <td colspan="2"><div class="tabletext">&nbsp;</div></td>
+                <td><p>&nbsp;</p></td>
+                <td colspan="2"><p>${uiLabelMap.ProductPackage} :${shipmentPackageContent.shipmentPackageSeqId}</p></td>
+                <td><p>${shipmentPackageContent.quantity?if_exists}</p></td>
+                <td colspan="2"><p>&nbsp;</p></td>
             </tr>
         </#list>
     </#list>
Index: applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl
===================================================================
--- applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl	(working copy)
@@ -29,8 +29,8 @@
       <#assign shipmentPackageRouteSegs = shipmentPackageData.shipmentPackageRouteSegs?if_exists>
       <#assign weightUom = shipmentPackageData.weightUom?if_exists>
       <tr>
-        <td><div class="tabletext">${shipmentPackage.shipmentPackageSeqId}</div></td>
-        <td><div class="tabletext">${(shipmentPackage.dateCreated.toString())?if_exists}</div></td>
+        <td><p>${shipmentPackage.shipmentPackageSeqId}</p></td>
+        <td><p>${(shipmentPackage.dateCreated.toString())?if_exists}</p></td>
         <td><span class="tabletext">${uiLabelMap.ProductWeight} : ${shipmentPackage.weight?if_exists}</span></td>
         <td><span class="tabletext">${uiLabelMap.ProductWeightUnit} : <#if weightUom?has_content>${weightUom.get("description",locale)}<#else>${shipmentPackage.weightUomId?if_exists}</#if></span></td>
       </tr>
@@ -36,10 +36,10 @@
       </tr>
       <#list shipmentPackageContents as shipmentPackageContent>
         <tr>
-          <td><div class="tabletext">&nbsp;</div></td>
-          <td><div class="tabletext">${uiLabelMap.ProductItem} :${shipmentPackageContent.shipmentItemSeqId}</div></td>
-          <td><div class="tabletext">${uiLabelMap.ProductQuantity} :${shipmentPackageContent.quantity?if_exists}</div></td>
-          <td><div class="tabletext">&nbsp;</div></td>
+          <td><p>&nbsp;</p></td>
+          <td><p>${uiLabelMap.ProductItem} :${shipmentPackageContent.shipmentItemSeqId}</p></td>
+          <td><p>${uiLabelMap.ProductQuantity} :${shipmentPackageContent.quantity?if_exists}</p></td>
+          <td><p>&nbsp;</p></td>
         </tr>
       </#list>
       <#list shipmentPackageRouteSegs as shipmentPackageRouteSeg>
@@ -44,8 +44,8 @@
       </#list>
       <#list shipmentPackageRouteSegs as shipmentPackageRouteSeg>
         <tr>
-          <td><div class="tabletext">&nbsp;</div></td>
-          <td><div class="tabletext">${uiLabelMap.ProductRouteSegment} :${shipmentPackageRouteSeg.shipmentRouteSegmentId}</div></td>
+          <td><p>&nbsp;</p></td>
+          <td><p>${uiLabelMap.ProductRouteSegment} :${shipmentPackageRouteSeg.shipmentRouteSegmentId}</p></td>
           <td><span class="tabletext">${uiLabelMap.ProductTracking} : ${shipmentPackageRouteSeg.trackingCode?if_exists}</span></td>
           <td><span class="tabletext">${uiLabelMap.ProductBox} : ${shipmentPackageRouteSeg.boxNumber?if_exists}</span></td>
         </tr>
Index: applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl
===================================================================
--- applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl	(revision 493251)
+++ applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl	(working copy)
@@ -57,7 +57,7 @@
     <#assign billingWeightUom = shipmentRouteSegmentData.billingWeightUom?if_exists>
     <#assign carrierServiceStatusValidChangeToDetails = shipmentRouteSegmentData.carrierServiceStatusValidChangeToDetails?if_exists>
     <tr>
-        <td><div class="tabletext">${shipmentRouteSegment.shipmentRouteSegmentId}</div></td>
+        <td><p>${shipmentRouteSegment.shipmentRouteSegmentId}</p></td>
         <td>
             <span class="tabletext">${(carrierPerson.firstName)?if_exists} ${(carrierPerson.middleName)?if_exists} ${(carrierPerson.lastName)?if_exists} ${(carrierPartyGroup.groupName)?if_exists} [${shipmentRouteSegment.carrierPartyId?if_exists}]</span>
             <span class="tabletext">${shipmentMethodType.description?default(shipmentRouteSegment.shipmentMethodTypeId?if_exists)}</span>
@@ -65,37 +65,37 @@
             <span class="tabletext">${uiLabelMap.ProductOrigin} : ${(originFacility.facilityName)?if_exists} [${originFacility.facilityId?if_exists}]</span>
             <span class="tabletext">${uiLabelMap.ProductDest} : ${(destFacility.facilityName)?if_exists} [${destFacility.facilityId?if_exists}]</span>
             <br/>
-            <div class="tabletext">
+            <p>
                 ${uiLabelMap.ProductOrigin} : <b>${shipmentRouteSegment.originContactMechId?if_exists}</b>
                 <#if originPostalAddress?has_content>[${uiLabelMap.CommonTo} : ${originPostalAddress.toName?if_exists}, ${uiLabelMap.CommonAttn} : ${originPostalAddress.attnName?if_exists}, ${originPostalAddress.address1?if_exists}, ${originPostalAddress.address2?if_exists}, ${originPostalAddress.city?if_exists}, ${originPostalAddress.stateProvinceGeoId?if_exists}, ${originPostalAddress.postalCode?if_exists}, ${originPostalAddress.countryGeoId?if_exists}]</#if>
-            </div>
-            <div class="tabletext">
+            </p>
+            <p>
                 ${uiLabelMap.ProductDest}: <b>${shipmentRouteSegment.destContactMechId?if_exists}</b>
                 <#if destPostalAddress?has_content>[${uiLabelMap.CommonTo} : ${destPostalAddress.toName?if_exists}, ${uiLabelMap.CommonAttn} : ${destPostalAddress.attnName?if_exists}, ${destPostalAddress.address1?if_exists}, ${destPostalAddress.address2?if_exists}, ${destPostalAddress.city?if_exists}, ${destPostalAddress.stateProvinceGeoId?if_exists}, ${destPostalAddress.postalCode?if_exists}, ${destPostalAddress.countryGeoId?if_exists}]</#if>
-            </div>
-            <div class="tabletext">
+            </p>
+            <p>
                 ${uiLabelMap.ProductOrigin} : <b>${shipmentRouteSegment.originTelecomNumberId?if_exists}</b>
                 <#if originTelecomNumber?has_content>[${originTelecomNumber.countryCode?if_exists}  ${originTelecomNumber.areaCode?if_exists} ${originTelecomNumber.contactNumber?if_exists}]</#if>
-            </div>
-            <div class="tabletext">
+            </p>
+            <p>
                 ${uiLabelMap.ProductDest} : <b>${shipmentRouteSegment.destTelecomNumberId?if_exists}</b>
                 <#if destTelecomNumber?has_content>[${destTelecomNumber.countryCode?if_exists}  ${destTelecomNumber.areaCode?if_exists} ${destTelecomNumber.contactNumber?if_exists}]</#if>
-            </div>
+            </p>
         </td>
         <td>
             
-            <div class="tabletext">${(carrierServiceStatus.description)?default("&nbsp;")}</div>
-            <div class="tabletext">${shipmentRouteSegment.trackingIdNumber?default("&nbsp;")}</div>
-            <div class="tabletext">[${(shipmentRouteSegment.estimatedStartDate.toString())?if_exists} - ${(shipmentRouteSegment.estimatedArrivalDate.toString())?if_exists}]</span>
-            <div class="tabletext">[${(shipmentRouteSegment.actualStartDate.toString())?if_exists} - ${(shipmentRouteSegment.actualArrivalDate.toString())?if_exists}]</span>
+            <p>${(carrierServiceStatus.description)?default("&nbsp;")}</p>
+            <p>${shipmentRouteSegment.trackingIdNumber?default("&nbsp;")}</p>
+            <p>[${(shipmentRouteSegment.estimatedStartDate.toString())?if_exists} - ${(shipmentRouteSegment.estimatedArrivalDate.toString())?if_exists}]</span>
+            <p>[${(shipmentRouteSegment.actualStartDate.toString())?if_exists} - ${(shipmentRouteSegment.actualArrivalDate.toString())?if_exists}]</span>
         </td>
         <td>
-            <div class="tabletext">${shipmentRouteSegment.billingWeight?if_exists} ${(billingWeightUom.get("description",locale))?if_exists} [${(billingWeightUom.abbreviation)?if_exists}]</div>
-            <div class="tabletext">${(currencyUom.get("description",locale))?default("&nbsp;")}</div>
-            <div class="tabletext">${(shipmentRouteSegment.actualTransportCost)?default("&nbsp;")}</div>
-            <div class="tabletext">${(shipmentRouteSegment.actualServiceCost)?default("&nbsp;")}</div>
-            <div class="tabletext">${(shipmentRouteSegment.actualOtherCost)?default("&nbsp;")}</div>
-            <div class="tabletext">${(shipmentRouteSegment.actualCost)?default("&nbsp;")}</div>
+            <p>${shipmentRouteSegment.billingWeight?if_exists} ${(billingWeightUom.get("description",locale))?if_exists} [${(billingWeightUom.abbreviation)?if_exists}]</p>
+            <p>${(currencyUom.get("description",locale))?default("&nbsp;")}</p>
+            <p>${(shipmentRouteSegment.actualTransportCost)?default("&nbsp;")}</p>
+            <p>${(shipmentRouteSegment.actualServiceCost)?default("&nbsp;")}</p>
+            <p>${(shipmentRouteSegment.actualOtherCost)?default("&nbsp;")}</p>
+            <p>${(shipmentRouteSegment.actualCost)?default("&nbsp;")}</p>
         </td>
     </tr>
     <#list shipmentPackageRouteSegs as shipmentPackageRouteSeg>
@@ -100,8 +100,8 @@
     </tr>
     <#list shipmentPackageRouteSegs as shipmentPackageRouteSeg>
         <tr>
-            <td><div class="tabletext">&nbsp;</div></td>
-            <td><div class="tabletext">${uiLabelMap.ProductPackage} :${shipmentPackageRouteSeg.shipmentPackageSeqId}</div></td>
+            <td><p>&nbsp;</p></td>
+            <td><p>${uiLabelMap.ProductPackage} :${shipmentPackageRouteSeg.shipmentPackageSeqId}</p></td>
             <td><span class="tabletext">${uiLabelMap.ProductTracking} : ${shipmentPackageRouteSeg.trackingCode?if_exists}</span></td>
             <td><span class="tabletext">${uiLabelMap.ProductBox} : ${shipmentPackageRouteSeg.boxNumber?if_exists}</span></td>
         </tr>
